-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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": "projec",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout 15000",
"start": "SET NODE_ENV=dev && node server.js",
"dev": "nodemon --inspect=0.0.0.0:9229 server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solomii/projectNJS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Solomii/projectNJS/issues"
},
"homepage": "https://github.com/Solomii/projectNJS#readme",
"dependencies": {
"chai-http": "^4.3.0",
"config": "^3.3.6",
"connect-redis": "^6.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.13",
"nyc": "^15.1.0",
"redis": "^4.0.0",
"shortid": "^2.2.16",
"validator": "^13.7.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^9.1.3",
"mongo-unit": "^2.0.1",
"node-mocks-http": "^1.11.0",
"should": "^13.2.3",
"supertest": "^6.1.6"
}
}