{
  "name": "esther-medina-quintero-parser-nearley",
  "version": "6.5.4",
  "description": "Lab for language processors",
  "main": "./src/parse.js",
  "bin": {
    "eggc": "bin/eggc.js"
  },
  "scripts": {
    "test": "npm run build; nyc --reporter=lcov --reporter=text-summary --report-dir=docs/coverage -o docs mocha",
    "doc": "npm run build; jsdoc -d docs -c jsdoc.json",
    "fun-fun": "npm run compile-funfun && evm examples/fun-fun.json",
    "dodef": "npm run compile-dodef && evm examples/dodefsum.json",
    "compile-syntax": "npm run build && node bin/eggc.js examples/syntax.egg",
    "compile-funfun": "npm run build && node bin/eggc.js examples/fun-fun.egg",
    "compile-dodef": "npm run build && node bin/eggc.js examples/dodefsum.egg",
    "compile": "npx nearley ./src/egg.ne -o ./ambiguous.js",
    "build": "nearleyc src/egg.ne -o src/grammar.js"
  },
  "publishConfig": {
    "@emilylstrange:registry": "https://npm.pkg.github.com"
  },
  "keywords": [
    "ULL",
    "parsing",
    "AST"
  ],
  "author": "Esther M. Quintero",
  "license": "ISC",
  "dependencies": {
    "@crguezl/eloquentjsegg": "^1.2.6",
    "@ull-esit-pl-2324/lexer-generator-solution-esther-medina-quintero": "^1.0.0",
    "ci": "^2.3.0",
    "commander": "^9.0.0",
    "moo-ignore": "^2.5.1",
    "nearley": "^2.20.1"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "jsdoc": "^4.0.2",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "tui-jsdoc-template": "^1.2.2"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ULL-ESIT-PL-2324/egg-parser-esther-medina-quintero-alu0101434780.git"
  },
  "bugs": {
    "url": "https://github.com/ULL-ESIT-PL-2324/egg-parser-esther-medina-quintero-alu0101434780/issues"
  },
  "homepage": "https://github.com/ULL-ESIT-PL-2324/egg-parser-esther-medina-quintero-alu0101434780"
}
