forked from HriBB/graphql-server-express-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 941 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
35
36
37
{
"name": "graphql-server-express-upload",
"version": "0.0.1",
"description": "GraphQL Server Express file upload middleware",
"main": "src/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/HriBB/graphql-server-express-upload.git"
},
"keywords": [
"apollo",
"graphql",
"server",
"express",
"file",
"upload",
"middleware"
],
"author": "Bojan Hribernik",
"license": "MIT",
"bugs": {
"url": "https://github.com/HriBB/graphql-server-express-upload/issues"
},
"homepage": "https://github.com/HriBB/graphql-server-express-upload#readme",
"dependencies": {
"body-parser": "^1.15.2",
"graphql": "^0.7.2",
"multer": "^1.2.0"
},
"devDependencies": {
"semantic-release": "^4.3.5"
}
}