{
  "name": "mpx-eslint-parser",
  "version": "0.0.20",
  "description": "The ESLint custom parser for `.mpx` files.",
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "main": "index.js",
  "files": [
    "index.*"
  ],
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "eslint-scope": "^5.0.0",
    "eslint-visitor-keys": "^1.1.0",
    "espree": "^6.2.1",
    "esquery": "^1.0.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@types/debug": "0.0.30",
    "@types/estree": "0.0.38",
    "@types/lodash": "^4.14.120",
    "@types/mocha": "^5.2.4",
    "@types/node": "^10.12.21",
    "@typescript-eslint/parser": "^8.22.0",
    "babel-eslint": "^10.0.1",
    "chokidar": "^2.0.4",
    "codecov": "^3.1.0",
    "cross-spawn": "^6.0.5",
    "dts-bundle": "^0.7.3",
    "eslint": "^9.19.0",
    "fs-extra": "^7.0.1",
    "minimatch": "^3.1.2",
    "mocha": "^6.1.4",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.0.0",
    "opener": "^1.5.1",
    "rimraf": "^2.6.3",
    "rollup": "^1.1.2",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "ts-node": "^8.1.0",
    "typescript": "~5.7.3",
    "wait-on": "^3.2.0",
    "warun": "^1.0.0"
  },
  "scripts": {
    "prebuild": "npm run -s clean",
    "build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name mpx-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
    "clean": "rimraf .nyc_output .temp coverage index.*",
    "codecov": "codecov",
    "coverage": "opener ./coverage/lcov-report/index.html",
    "lint": "node -e \"if(process.env.ESLINT=='5')process.exit(1)\" && eslint src --ext .js,.ts || node -e \"if(process.env.ESLINT!='5')process.exit(1)\"",
    "pretest": "run-s build lint",
    "preupdate-fixtures": "npm run -s build",
    "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
    "preupdate-fixtures-mpx": "npm run -s build",
    "update-fixtures-mpx": "node scripts/update-fixtures-ast-mpx.js",
    "version": "npm run -s build",
    "postversion": "git push && git push --tags",
    "prewatch": "npm run -s clean",
    "watch": "run-p watch:*",
    "watch:tsc": "tsc --module es2015 --watch",
    "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
    "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mpx-ecology/mpx-eslint-parser.git"
  },
  "keywords": [],
  "author": "pagnkelly",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mpx-ecology/mpx-eslint-parser/issues"
  },
  "homepage": "https://github.com/mpx-ecology/mpx-eslint-parser#readme",
  "directories": {
    "doc": "docs"
  }
}
