forked from stayradiated/saturn-gql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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
{
"name": "@mishguru/graphqldir",
"version": "4.0.0",
"description": "Package modularized apollo-server schema",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/mishguruorg/graphqldir",
"author": "Mish Guru",
"contributors": [
"Brian Kurtz (https://github.com/bskurtz)",
"George Czabania (https://github.com/stayradiated)"
],
"license": "Apache-2.0",
"scripts": {
"test": "pkg-test",
"build": "pkg-build",
"lint": "pkg-lint",
"tidy": "pkg-tidy",
"prepublish": "npm run build",
"postpublish": "git push origin master --tags"
},
"devDependencies": {
"@mishguru/package": "7.0.1",
"@types/graphql": "^14.2.1",
"@types/lodash": "^4.14.134",
"@types/node": "^12.0.8",
"graphql": "^15.0.0"
},
"dependencies": {
"graphql-tools": "^5.0.0",
"lodash": "^4.17.11"
}
}