graphql-shield-generator
Version:
Emits a GraphQL Shield from your GraphQL schema
58 lines (57 loc) • 1.72 kB
JSON
{
"name": "graphql-shield-generator",
"version": "1.0.1",
"description": "Emits a GraphQL Shield from your GraphQL schema",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!lib/**/*.tsbuildinfo"
],
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"prepare": "npm run build",
"prerelease": "npm run build",
"release": "semantic-release",
"release:manual": "./package.sh && cd package && npm publish --ignore-scripts",
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/omar-dulaimi/graphql-shield-generator.git"
},
"keywords": [
"graphql",
"graphql-shield",
"graphql-shield-generator"
],
"author": "omar-dulaimi",
"license": "MIT",
"bugs": {
"url": "https://github.com/omar-dulaimi/graphql-shield-generator/issues"
},
"homepage": "https://github.com/omar-dulaimi/graphql-shield-generator#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.9",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@types/node": "^24.3.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
"graphql": "^16.11.0",
"rimraf": "^6.0.1",
"semantic-release": "^25.0.8",
"typescript": "^5.9.2"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.25",
"@graphql-tools/utils": "^10.9.1",
"prettier": "^3.6.2"
},
"peerDependencies": {
"graphql": "^16 || ^17"
}
}