{
  "name": "@putout/engine-parser",
  "version": "15.2.0",
  "type": "module",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "🐊Putout parser",
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/engine-parser#readme",
  "main": "./lib/parser.js",
  "types": "./lib/parser.d.ts",
  "release": false,
  "tag": false,
  "changelog": false,
  "exports": {
    ".": "./lib/parser.js",
    "./acorn": "./lib/parsers/acorn.cjs",
    "./babel": "./lib/parsers/babel/index.js",
    "./babel/options": "./lib/parsers/babel/options.js",
    "./babel/plugins": "./lib/parsers/babel/plugins.js",
    "./espree": "./lib/parsers/espree.cjs",
    "./esprima": "./lib/parsers/esprima.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/putout.git"
  },
  "scripts": {
    "test": "madrun test",
    "test:dts": "madrun test:dts",
    "watch:test": "madrun watch:test",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "coverage": "madrun coverage",
    "report": "madrun report",
    "wisdom": "madrun wisdom"
  },
  "dependencies": {
    "@putout/babel": "^5.0.0",
    "@putout/operator-watermark": "^1.0.0",
    "@putout/printer": "^18.0.0",
    "align-spaces": "^3.0.0",
    "estree-to-babel": "^12.0.0",
    "nano-memoize": "^3.0.11",
    "once": "^1.4.0",
    "try-catch": "^4.0.0"
  },
  "keywords": [
    "putout",
    "putout-engine"
  ],
  "devDependencies": {
    "@putout/eslint-flat": "^4.0.0",
    "acorn": "^8.1.1",
    "check-dts": "^1.0.0",
    "acorn-stage3": "^4.0.0",
    "acorn-typescript": "^1.4.13",
    "eslint": "^10.0.0",
    "eslint-plugin-putout": "^31.0.0",
    "espree": "^11.0.0",
    "esprima": "^4.0.1",
    "hermes-parser": "^0.36.0",
    "just-camel-case": "^6.2.0",
    "madrun": "^13.0.0",
    "montag": "^2.0.0",
    "nodemon": "^3.0.1",
    "putout": "*",
    "superc8": "^12.0.0",
    "supertape": "^13.0.0",
    "tenko": "^2.0.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
