-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 984 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
{
"name": "back-end",
"version": "1.0.0",
"description": "Back End of African Marketplace III",
"main": "index.js",
"scripts": {
"test": "jest --watch",
"server": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Build-Week-African-Marketplace-II/back-end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Build-Week-African-Marketplace-II/back-end/issues"
},
"homepage": "https://github.com/Build-Week-African-Marketplace-II/back-end#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^3.22.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.1",
"knex-cleaner": "^1.3.0",
"node-pre-gyp": "^0.14.0",
"pg": "^8.2.1",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"jest": "^26.0.1",
"nodemon": "^2.0.4",
"supertest": "^4.0.2"
}
}