-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
{
"name": "arb-access",
"version": "1.0.0",
"description": "Arboretum Access Exp UI",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node ./src/index.ts",
"start": "node ./dist/index.js",
"prod": "npm run build && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alundgard/arb-access.git"
},
"author": "arlu",
"license": "ISC",
"bugs": {
"url": "https://github.com/alundgard/arb-access/issues"
},
"homepage": "https://github.com/alundgard/arb-access#readme",
"dependencies": {
"@types/node": "^9.4.6",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"mongoose": "^5.0.8",
"path": "^0.12.7",
"typescript": "^2.7.2"
},
"devDependencies": {
"@types/mongodb": "^3.0.5",
"@types/mongoose": "^5.0.5"
}
}