-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 933 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
{
"name": "graphql-neo4j-openbeerdb",
"version": "1.0.0",
"description": "Starting point for Neo4j-openbeerdb Server",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=test BABEL_DISABLE_CACHE=1 babel-node index.js"
},
"author": "aicfr",
"license": "ISC",
"dependencies": {
"apollo-errors": "^1.9.0",
"apollo-server-express": "^1.3.6",
"babel-plugin-inline-import": "^2.0.6",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"express": "^4.16.2",
"graphql": "^0.13.1",
"graphql-tools": "^2.24.0",
"graphql-voyager": "^1.0.0-rc.15",
"https-proxy-agent": "^2.2.1",
"is-empty": "^1.2.0",
"lodash": "^4.17.10",
"neo4j-driver": "^1.6.1",
"node-cache": "^4.2.0",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"nodemon": "^1.17.4"
}
}