-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 915 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
{
"name": "arango-apollo-boilerplate",
"version": "1.0.0",
"description": "Boilerplate application for ArangoDB ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"prepare": "husky install"
},
"author": "Sandeep Raj",
"license": "ISC",
"dependencies": {
"@google-cloud/pubsub": "^2.16.0",
"@graphql-tools/schema": "^7.1.5",
"@msandeepraj211/arango-datasource": "git+https://github.com/msandeepraj211/arango-datasouce.git",
"apollo-server-cache-redis": "^3.0.0",
"apollo-server-express": "^2.25.2",
"arangojs": "^6.11.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"eslint": "^7.30.0",
"express": "^4.17.1",
"graphql": "^14.5.8",
"ioredis": "^4.27.6",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"bunyan-debug-stream": "^2.0.0",
"husky": "^7.0.1"
}
}