-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
42
43
44
45
{
"name": "watsonwork-loopback-template",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/nhayashida/watsonwork-loopback-template.git"
},
"scripts": {
"lint": "tslint -c tslint.json -p tsconfig.json",
"build": "rimraf ./dist && tsc",
"start": "cross-env NODE_ENV=production node -r dotenv/config dist/server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^6.2.0",
"helmet": "^3.15.0",
"loopback": "^3.24.0",
"loopback-boot": "^2.27.1",
"loopback-component-explorer": "^6.3.1",
"moment": "^2.22.2",
"pino": "^5.9.0",
"pino-pretty": "^2.4.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.5.0",
"strong-error-handler": "^3.2.0"
},
"devDependencies": {
"@types/loopback": "^3.2.6",
"@types/loopback-boot": "^2.23.4",
"@types/pino": "^5.20.0",
"@types/request-promise": "^4.1.42",
"cross-env": "^5.2.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.2"
}
}