forked from developer-student-clubs/npmBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 979 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": "npmbox",
"version": "1.0.0",
"description": "<br>",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R-Ayush777/npmBox.git"
},
"author": "Ayush Rudani",
"license": "ISC",
"bugs": {
"url": "https://github.com/R-Ayush777/npmBox/issues"
},
"homepage": "https://github.com/R-Ayush777/npmBox#readme",
"dependencies": {
"async": "^3.2.4",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bootstrap": "^5.2.2",
"chalk": "^5.1.2",
"commander": "^9.4.1",
"express": "^4.18.2",
"fastify": "^4.9.2",
"fs": "^0.0.1-security",
"magic-string": "^0.26.7",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"ora": "^6.1.2",
"path": "^0.12.7",
"router": "^1.3.7",
"uid": "^2.0.1",
"underscore": "^1.13.6",
"validator": "^13.7.0",
"wide-align": "^1.1.5"
}
}