{
  "version": "0.9.0",
  "name": "catharsis",
  "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
  "author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/hegemonic/catharsis"
  },
  "bugs": "https://github.com/hegemonic/catharsis/issues",
  "main": "catharsis.js",
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "ajv": "^8.12.0",
    "mocha": "^9.2.2",
    "pegjs": "^0.10.0",
    "should": "^13.2.3",
    "should-equal": "^2.0.0"
  },
  "engines": {
    "node": ">= v18.16.0"
  },
  "scripts": {
    "prepare": "npx pegjs ./lib/parser.pegjs",
    "test": "npx mocha"
  },
  "license": "MIT"
}
