UNPKG

eslint-plugin-graphile-export

Version:

ESLint plugin to help ensure your schema is exportable by graphile-export

49 lines 1.15 kB
{ "name": "eslint-plugin-graphile-export", "version": "0.0.2-beta.10", "description": "ESLint plugin to help ensure your schema is exportable by graphile-export", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepack": "tsc -b" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "eslint-plugin", "graphile", "exporter", "schema", "graphite" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://graphile.org/", "dependencies": { "tslib": "^2.8.1" }, "engines": { "node": ">=16" }, "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.26.0" }, "files": [ "dist" ], "devDependencies": { "@babel/types": "^7.28.0", "@types/eslint": "^9.6.1", "@types/estree": "^1.0.8", "@types/jest": "^30.0.0", "@types/node": "^24.0.13", "jest": "^30.0.4", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }