-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.19 KB
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
{
"name": "graphql-pi",
"version": "0.3.0",
"private": false,
"description": "graphql play instance",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"author": {
"name": "Rômulo Cabral Santos",
"url": "http://romulosanttos.github.io",
"email": "romulosanttos1@gmail.com"
},
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"bunyan-prettystream": "^0.1.3",
"commander": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"ejs": "^3.1.2",
"email-templates": "^7.0.4",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "15.0.0",
"graphql-subscriptions": "^1.1.0",
"graphql-upload": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"juice": "^6.0.0",
"knex": "^0.21.1",
"knex-hooks": "0.0.8",
"memcached": "^2.2.2",
"mongodb": "^3.5.7",
"multer": "^1.4.2",
"pg": "^8.0.3",
"subscriptions-transport-ws": "^0.9.16",
"uuid": "^8.0.0"
},
"engines": {
"node": ">=11.0.0"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"bin": {
"graphql-pi": "./bin/graphql-pi.js"
}
}