-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 960 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": "WEEK-6-CADO",
"version": "1.0.0",
"description": "dog and cat app",
"main": "router.js",
"scripts": {
"test": "node ./test/test.js | tap-spec ",
"start": "node server.js",
"dev": "nodemon server.js",
"testdb": "NODE_ENV=test tape './test/model.test.js' | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac20/WEEK-6-CADO.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac20/WEEK-6-CADO/issues"
},
"homepage": "https://github.com/fac20/WEEK-6-CADO#readme",
"devDependencies": {
"nodemon": "^2.0.4",
"supertest": "^4.0.2",
"tap-spec": "^5.0.0",
"tape": "^5.0.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"env": "0.0.2",
"pg": "^8.3.0",
"cookie": "^0.3.1",
"jsonwebtoken": "^7.4.2"
},
"engines": {
"node": "14.5.0"
}
}