-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 KB
/
package.json
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
50
51
52
53
54
{
"name": "cli-progress",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"type": "module",
"bin": {
"my-cli": "./dist/local-npm/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.2",
"@babel/template": "^7.25.9",
"@babel/types": "^7.26.0",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/blessed": "^0.1.25",
"@types/minimist": "^1.2.5",
"@types/node": "^22.7.9",
"@types/prompts": "^2.4.9",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"rollup-plugin-postcss": "^4.0.2",
"source-map-support": "^0.5.21",
"typescript": "^5.6.3"
},
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"ansi-escapes": "^7.0.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"chalk": "^5.3.0",
"cli-spinner": "^0.2.10",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"get-folder-size": "^5.0.0",
"glob": "^11.0.0",
"minimist": "^1.2.8",
"npminstall": "^7.12.0",
"openai": "^4.73.1",
"ora": "^8.1.1",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"rollup": "^4.27.3",
"rxjs": "^7.8.1",
"semver": "^7.6.3",
"systeminformation": "^5.23.5"
}
}