forked from Michael-Gibbons/recharge-themekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 920 Bytes
/
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
{
"name": "recharge-themekit",
"version": "1.0.0",
"description": "",
"main": "cli/index.js",
"type": "module",
"bin": {
"rc-theme": "./cli/index.js"
},
"scripts": {
"rc-theme": "node cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Michael-Gibbons/recharge-themekit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Michael-Gibbons/recharge-themekit/issues"
},
"homepage": "https://github.com/Michael-Gibbons/recharge-themekit#readme",
"dependencies": {
"axios": "^1.1.3",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"inquirer": "^9.1.4",
"jsdom": "^20.0.1",
"mkdirp": "^1.0.4",
"open": "^8.4.0",
"terminal-kit": "^3.0.0",
"zip-local": "^0.3.5"
}
}