-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 KB
/
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
38
39
{
"name": "graphql-fields-collector",
"version": "0.0.0-development",
"main": "./dist/index.js",
"description": "This package helps to bind client requested grapqhl fields with database queries.",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"release": "npm run build && npm publish",
"semantic-release": "semantic-release"
},
"keywords": [
"graphql",
"graphqlresolveinfo",
"querybuilder",
"fields",
"performance"
],
"author": "Nikita Bereziuk <[email protected]>",
"license": "MIT",
"dependencies": {
"graphql-fields": "^2.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/graphql-fields": "^1.3.4",
"husky": "^8.0.3",
"semantic-release": "^22.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/bnwebdev/graphql-collector.git"
},
"bugs": {
"url": "https://github.com/bnwebdev/graphql-collector/issues"
},
"homepage": "https://github.com/bnwebdev/graphql-collector#readme"
}