-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "apollo-open-engine",
"version": "1.0.0",
"description": "Open alternative to apollo-engine",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --experimental-modules",
"test": " LOG_LEVEL=silent mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blimpify/apollo-open-engine.git"
},
"keywords": [
"apollo",
"graphql",
"apollo-engine"
],
"author": "Damian Lion Maring",
"license": "MIT",
"bugs": {
"url": "https://github.com/blimpify/apollo-open-engine/issues"
},
"homepage": "https://github.com/blimpify/apollo-open-engine#readme",
"dependencies": {
"apollo-engine-reporting-protobuf": "0.2.1",
"apollo-server": "2.5.0",
"body-parser": "1.19.0",
"express": "4.16.4",
"graphql": "14.3.0",
"mongoose": "5.5.7",
"pino": "5.12.3",
"pino-http": "4.2.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-http": "4.3.0",
"mocha": "6.1.4",
"nyc": "14.0.0"
}
}