{
  "name": "graphql-lint-unused-fields",
  "version": "1.6.18",
  "description": "Terminal and pipeline tool for detecting unused GraphQL fields",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "graphql-lint-unused-fields": "dist/cli.js",
    "graphql-lint-pipeline": "dist/pipeline-cli.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "dev": "tsc --watch",
    "test": "jest",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "graphql",
    "lint",
    "unused",
    "fields",
    "analyzer"
  ],
  "author": "Franco",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Regenerating-World/graphql-lint-unused-fields.git"
  },
  "homepage": "https://github.com/Regenerating-World/graphql-lint-unused-fields#readme",
  "bugs": {
    "url": "https://github.com/Regenerating-World/graphql-lint-unused-fields/issues"
  },
  "dependencies": {
    "@babel/parser": "^7.28.0",
    "@babel/traverse": "^7.28.0",
    "@babel/types": "^7.28.2",
    "chalk": "^4.1.2",
    "glob": "^11.0.3",
    "graphql": "^16.11.0",
    "ts-morph": "^20.0.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/babel__traverse": "^7.28.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=16.0.0"
  }
}
