-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "akmanager",
"version": "2.0.0",
"main": "ak.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ak.js"
},
"keywords": [],
"author": "aditya katare",
"license": "MIT",
"type": "module",
"description": "To install dependencies:",
"dependencies": {
"bun": "^1.2.6",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"fs": "^0.0.1-security",
"inquirer": "^12.5.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"os": "^0.1.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"yarn": "^1.22.22"
},
"bin": {
"ak": "ak.js"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aditya8975/akmanager.git"
},
"bugs": {
"url": "https://github.com/aditya8975/akmanager/issues"
},
"homepage": "https://github.com/aditya8975/akmanager#readme"
}