-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 799 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
{
"name": "qube",
"version": "0.2.3",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"local": "IN_CLUSTER=false npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puzl-ee/qube"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/puzl-ee/qube/issues"
},
"homepage": "https://github.com/puzl-ee/qube#readme",
"dependencies": {
"apollo-server-express": "^2.9.7",
"compression": "^1.7.4",
"express": "^4.17.1",
"got": "^9.6.0",
"graphql": "^14.5.8",
"graphql-tools": "^4.0.6",
"openapi-to-graphql": "^2.2.4",
"pino": "^5.13.6",
"promise-any": "^0.2.0"
}
}