-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 Bytes
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
{
"name": "consumable-breadcrumb",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "del-cli .cache",
"compile": "tsc --watch",
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AutoScheduleJS/consumable-breadcrumb.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.16.0",
"@types/graphql": "^14.2.0",
"@types/mongodb": "^3.1.25",
"@types/node": "^11.13.8",
"del-cli": "^1.1.0",
"typescript": "^3.4.5"
},
"dependencies": {
"apollo-server-express": "^2.4.8",
"express": "^4.16.4",
"graphql": "^14.2.1",
"graphql-tools": "^4.0.4",
"mongodb": "^3.2.3",
"neo4j-driver": "^1.7.3",
"neo4j-graphql-js": "^2.6.0"
}
}