-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "interactive-exhibit-be",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-db": "~/devel/scripts/start-mongo.sh",
"start:build": "tsc -w",
"start:run": "nodemon build/index.js",
"start": "concurrently npm:start:*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stellarjaysoftware/interactive-exhibit-be.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stellarjaysoftware/interactive-exhibit-be/issues"
},
"homepage": "https://github.com/stellarjaysoftware/interactive-exhibit-be#readme",
"dependencies": {
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.10.3",
"bcryptjs": "^2.4.3",
"concurrently": "^6.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.4",
"mongoose": "^5.11.18",
"nodemon": "^2.0.7",
"validator": "^13.5.2"
}
}