graphql-lint-clint-platform
Version:
GraphQL unused fields linter for Clint platform - Custom patterns and actions.graphql support
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "graphql-lint-clint-platform",
"version": "1.2.0",
"description": "GraphQL unused fields linter for Clint platform - Custom patterns and actions.graphql support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"graphql-lint-clint": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"graphql",
"lint",
"clint",
"hasura",
"actions",
"custom"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"graphql-lint-unused-fields": "^1.0.1",
"commander": "^12.0.0",
"glob": "^10.3.10"
},
"devDependencies": {
"typescript": "^5.2.0",
"@types/node": "^20.8.0",
"jest": "^29.7.0",
"@types/jest": "^29.5.0",
"eslint": "^8.52.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Regenerating-World/graphql-lint-unused-fields.git",
"directory": "packages/clint"
}
}