{
  "name": "@adrianepi/constant-folding",
  "author": "alu0101158280 <alu0101158280@ull.edu.es>",
  "description": "Constant Folding javascript code",
  "scripts": {
    "test": "mocha",
    "prod-test": "cd ../constant-folding-production-test-adrian-rdguez-hdez-alu0101158280 && npm test",
    "cov": "nyc npm run test",
    "full-cov": "npm run clean && npm i && npm run cov",
    "clean": "rm -rf node_modules package-lock.json",
    "doc": "documentation build src/* -f md -o docs/README.md",
    "major": "npm version major -m",
    "patch": "npm version patch -m",
    "minor": "npm version minor -m",
    "build": "npm run clean && npm i",
    "html-cov": "npx nyc --reporter=html --reporter=text --report-dir coverage mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ULL-ESIT-PL-2021/constant-folding-module-adrian-rdguez-hdez-alu0101158280.git"
  },
  "keywords": [
    "ULL",
    "constant-folding",
    "javascript"
  ],
  "license": "Unlicense",
  "dependencies": {
    "commander": "^7.1.0",
    "escodegen": "^1.14.3",
    "acorn": "^7.1.0",
    "acorn-walk": "^7.0.0",
    "escope": "^3.6.0",
    "espree": "^7.3.1",
    "esprima": "^4.0.1",
    "estraverse": "^4.3.0",
    "pegjs": "^0.10.0",
    "readline": "^1.3.0",
    "underscore": "^1.9.2"
  },
  "version": "1.4.1",
  "main": "src/constant-folding.js",
  "bin": {
    "cf": "./bin/constant-folding-cli.js"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "jison": "latest",
    "mocha": "^9.2.1",
    "nyc": "latest"
  },
  "bugs": {
    "url": "https://github.com/ULL-ESIT-PL-2122/constant-folding-module-adrian-rdguez-hdez-alu0101158280/issues"
  },
  "homepage": "https://github.com/ULL-ESIT-PL-2122/constant-folding-module-adrian-rdguez-hdez-alu0101158280#readme",
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
