-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1000 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
{
"name": "loopback-typescript-example",
"version": "1.0.5",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"@mean-expert/boot-script": "^1.0.0",
"@mean-expert/model": "^1.0.9",
"@types/node": "^7.0.5",
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^1.3.0",
"loopback-boot": "^2.6.5",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.0.1",
"loopback-component-explorer": "^4.0.0",
"loopback": "^3.0.0",
"ts-node": "^2.1.0",
"typescript": "^2.2.1"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/restricted/loopback-typescript-example.git"
},
"license": "MIT",
"author": "Alexey Dementyev <[email protected]>",
"description": "Loopback TypeScript Example app"
}