{
  "name": "meriyah",
  "version": "7.1.0",
  "description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability",
  "main": "dist/meriyah.cjs",
  "module": "dist/meriyah.min.mjs",
  "browser": "dist/meriyah.umd.min.js",
  "unpkg": "dist/meriyah.umd.min.js",
  "types": "dist/types/meriyah.d.ts",
  "typings": "dist/types/meriyah.d.ts",
  "exports": {
    "types": "./dist/types/meriyah.d.ts",
    "module-sync": "./dist/meriyah.mjs",
    "require": "./dist/meriyah.cjs",
    "default": "./dist/meriyah.mjs"
  },
  "license": "ISC",
  "homepage": "https://github.com/meriyah/meriyah",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meriyah/meriyah.git"
  },
  "bugs": {
    "url": "https://github.com/meriyah/meriyah/issues"
  },
  "author": {
    "name": "Kenny F.",
    "url": "https://github.com/KFlash"
  },
  "contributors": [
    {
      "name": "Chunpeng Huo",
      "url": "https://github.com/3cp"
    }
  ],
  "keywords": [
    "parsing",
    "ecmascript",
    "javascript",
    "parser",
    "estree",
    "esnext",
    "lexer",
    "ast"
  ],
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
