-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "dsek-gateway",
"version": "0.0.2",
"description": "",
"main": "build/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tslint --project . && tsc",
"dev": "tsc && npm start",
"start": "node build/main.js",
"watch": "nodemon -L -e ts -w src --exec 'npm run dev'",
"install": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/express": "^4.11.0",
"@types/express-graphql": "0.0.36",
"@types/graphql": "14.0.7",
"@types/node": "^9.3.0",
"@types/uuid": "^3.4.3",
"@types/zeromq": "^4.5.3",
"nodemon": "^1.14.11",
"source-map-support": "^0.5.10",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.6.0",
"typescript": "^3.3.3333"
},
"dependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/dotenv": "^6.1.1",
"@types/jsonwebtoken": "^8.3.2",
"@types/lodash": "^4.14.122",
"@types/request-promise-native": "^1.0.15",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.15",
"apollo-link-http": "1.2.0",
"apollo-link-retry": "^2.2.11",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"graphql": "^14.5.8",
"graphql-tools-fork": "^7.0.2",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.2.1",
"zeromq": "^4.6.0"
}
}