{
  "name": "jsdoc-type-pratt-parser",
  "version": "9.0.1",
  "description": "",
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run typecheck && npm run lint && npm run test:spec",
    "test:spec": "mocha",
    "test:coverage": "c8 --all npm run test:spec",
    "test:coveralls": "c8 report --reporter=lcov && coveralls",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "attw": "attw --pack . --profile esm-only",
    "build": "tsdown && npm run attw",
    "apidoc": "typedoc --options typedoc.json",
    "preversion": "npm test",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release",
    "benchmark": "npm run build && node benchmark/benchmark.js",
    "upgrade": "npm-upgrade"
  },
  "author": "Simon Seyock (https://github.com/simonseyock)",
  "contributors": [
    "Brett Zamir"
  ],
  "license": "MIT",
  "engines": {
    "node": "^22.22.2 || >=24.15.0"
  },
  "dependencies": {
    "@types/estree": "^1.0.9"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.5",
    "@es-joy/escodegen": "^4.2.0",
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/git": "^11.0.1",
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^26.1.2",
    "@types/sinon": "^22.0.0",
    "@types/sinon-chai": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^8.42.0",
    "benchmark": "^2.1.4",
    "c8": "^12.0.0",
    "catharsis": "^0.11.0",
    "chai": "^6.2.2",
    "coveralls": "^3.1.1",
    "eslint": "^9.39.4",
    "eslint-config-love": "154.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^18.2.2",
    "eslint-plugin-promise": "^7.3.0",
    "espree": "^11.2.0",
    "jsdoctypeparser": "^9.0.0",
    "mocha": "^11.7.6",
    "npm-upgrade": "^3.3.0",
    "patch-package": "^8.0.1",
    "semantic-release": "^25.0.8",
    "sinon": "^22.1.0",
    "sinon-chai": "^4.0.1",
    "ts-node": "^10.9.2",
    "tsdown": "^0.22.14",
    "typedoc": "^0.28.20",
    "typedoc-plugin-merge-modules": "^7.0.0",
    "typescript": "^6.0.3"
  },
  "ts-standard": {
    "ignore": [
      "/submodules/",
      "/build/",
      "/pages/"
    ]
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser.git"
  },
  "bugs": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/issues",
  "homepage": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser",
  "keywords": [
    "jsdoc",
    "pratt",
    "parser"
  ],
  "release": {
    "branches": [
      "main",
      {
        "name": "dev",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/github",
      "@semantic-release/npm",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/git"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
