generated from dsckiet/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 KB
/
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
42
43
44
{
"name": "help-vault-backend-node",
"version": "1.0.0",
"description": "<p align=\"left\"> \t<img width=\"300\" src=\"https://drive.google.com/uc?export=view&id=1Q-jMna73t3OcGULw_TAi2M786kinOZNZ\" /> \t<h2 align=\"left\"> < ADD PROJECT TITLE > </h2> \t<h4 align=\"left\"> < ADD PROJECT DESCRIPTION > <h4> </p>",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "mocha --timeout 10000",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsckiet/help-vault-backend-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsckiet/help-vault-backend-node/issues"
},
"homepage": "https://github.com/dsckiet/help-vault-backend-node#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cluster": "^0.7.7",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.13.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"os": "^0.1.2",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"husky": "^7.0.0",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1"
}
}