{
  "name": "ohm-grammar-ecmascript",
  "version": "3.0.0",
  "description": "Ohm grammars for various editions of ECMAScript (aka JavaScript).",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohmjs/ohm.git"
  },
  "keywords": [
    "ohm",
    "ohm-grammar",
    "es5",
    "ecmascript",
    "javascript",
    "peg"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ohmjs/ohm/issues"
  },
  "homepage": "https://github.com/ohmjs/ohm/tree/main/examples/ecmascript#readme",
  "peerDependencies": {
    "ohm-js": "^17.0.0"
  },
  "devDependencies": {
    "ava": "^6.0.0",
    "ohm-js": "^17.0.0"
  },
  "ava": {
    "files": [
      "!**/test/data/**/*"
    ]
  },
  "files": [
    "src",
    "!**/*.test.*",
    "!**/testdata/**"
  ],
  "dependencies": {
    "@pkgjs/parseargs": "^0.11.0",
    "jsdom": "^21.1.1"
  },
  "scripts": {
    "test": "ava"
  }
}