-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 909 Bytes
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
{
"name": "baseconstruct",
"version": "1.0.97",
"description": "Basecode cli will create construct project and create modules.",
"main": "bin/index.js",
"bin": {
"construct": "index.js"
},
"scripts": {
"start": "index.js",
"push": "git add . && git commit -a -m 'Version Update'",
"release": "npm version patch && npm publish && git push"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/basecodeDev/cli.git"
},
"author": "Basecode",
"license": "ISC",
"bugs": {
"url": "https://github.com/basecodeDev/cli/issues"
},
"homepage": "https://github.com/basecodeDev/cli#readme",
"dependencies": {
"archiver": "^5.3.1",
"axios": "^1.2.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"extract-zip": "^2.0.1",
"log-beautify": "^1.2.0",
"prompt-sync": "^4.2.0",
"shelljs": "^0.8.5",
"zlib": "^1.0.5"
}
}