-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
36 lines (36 loc) · 1005 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
{
"name": "universal-box",
"version": "2.6.3",
"description": "Universal-box is a smart solution for scaffold generation, project initialization, and targeted repository cloning and many more.",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Abhishek-Mallick/universal-box.git"
},
"main": "index.js",
"bin": {
"universal-box": "./bin/universal-box.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Abhishek Mallick <[email protected]>",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"semantic-release": "^22.0.5"
},
"dependencies": {
"chalk": "^4.1.2",
"express": "^4.19.2",
"firebase": "^10.13.0",
"fs-extra": "^11.2.0",
"http-proxy": "^1.18.1",
"inquirer": "^8.2.6",
"js-yaml": "^4.1.0",
"progress": "^2.0.3"
}
}