-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "table-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.2",
"connect": "^3.6.5",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"jsonwebtoken": "^8.1.0",
"jwks-rsa": "^1.2.1",
"mongoose": "^4.13.0",
"router": "^1.3.2"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init-db": "docker run --name GamingTableDB --restart=always -d -p 27017:27017 mongo mongod",
"start-db": "docker start GamingTableDB",
"stop-db": "docker stop GamingTableDB"
},
"repository": {
"type": "git",
"url": "git+https://github.com/procurement-and-acquisitions-department/table-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/procurement-and-acquisitions-department/table-backend/issues"
},
"homepage": "https://github.com/procurement-and-acquisitions-department/table-backend#readme"
}