-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 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
40
41
{
"name": "viper-cli-pro",
"version": "1.0.1",
"description": "Vite-based CLI to create your project easily and fastest",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src",
"dev": "nodemon src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huynhit24/viper-cli.git"
},
"keywords": [
"viper",
"viper-cli-pro",
"cli"
],
"author": "huynhit24",
"license": "MSC",
"type": "module",
"bin": {
"viper": "./src/index.js"
},
"bugs": {
"url": "https://github.com/huynhit24/viper-cli/issues"
},
"homepage": "https://github.com/huynhit24/viper-cli#readme",
"dependencies": {
"chalk": "^5.2.0",
"commander": "^9.5.0",
"degit": "^2.8.4",
"inquirer": "^9.1.4",
"lodash.kebabcase": "^4.1.1",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}