-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.09 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
45
46
47
48
{
"name": "gs-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000 --exit",
"dev": "NODE_ENV=develompent nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinamna/GS-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sinamna/GS-Backend/issues"
},
"homepage": "https://github.com/sinamna/GS-Backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"pm2": "^4.5.1",
"swagger-jsdoc": "5.0.1",
"swagger-ui-express": "^4.1.6",
"validator": "^13.5.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"del": "^6.0.0",
"eslint": "^7.16.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"supertest": "^6.0.1",
"yamljs": "^0.3.0"
},
"jest": {
"testEnvironment": "node"
}
}