-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 895 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 895 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
34
{
"name": "@uim/graphql-api",
"version": "1.0.0",
"description": "CA UIM GraphQL API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UIM-Community/GraphAPI.git"
},
"keywords": [],
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UIM-Community/GraphAPI/issues"
},
"homepage": "https://github.com/UIM-Community/GraphAPI#readme",
"dependencies": {
"@polka/send-type": "^0.5.2",
"@uim/pu": "^1.1.3",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"graphql": "^14.1.1",
"make-promises-safe": "^4.0.0",
"polka": "^0.5.2"
},
"devDependencies": {
"@slimio/eslint-config": "^2.0.3",
"@types/node": "^11.9.4"
}
}