gqlpq
Version:
Utility to parse GraphQL files from your client and generate list of persisted queries.
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "gqlpq",
"version": "0.1.1",
"description": "Utility to parse GraphQL files from your client and generate list of persisted queries.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Dantese/gqlpq.git"
},
"keywords": [
"graphql",
"gql",
"persisted queries",
"whitelist",
"query"
],
"bugs": {
"url": "https://github.com/Dantese/gqlpq/issues"
},
"homepage": "https://github.com/Dantese/gqlpq#readme",
"bin": {
"gqlpq": "./bin/gqlpq"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"author": "dantese",
"license": "MIT",
"files": [
"lib/**/*"
],
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/node": "^14.0.27",
"@types/pino": "^6.3.0",
"@types/yargs": "^15.0.5",
"apollo-client": "^2.6.10",
"apollo-link-persisted-queries": "^0.2.2",
"graphql": "^15.3.0",
"pino": "^6.5.0",
"pino-pretty": "^4.1.0",
"yargs": "^15.4.1"
}
}