{
  "name": "@alu0100901214/espree-logging-module",
  "version": "0.3.10",
  "description": "Es un programa para parsear un fragmento de código.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "bin": {
    "addlogging": "bin/exec.js"
  },
  "scripts": {
    "test": "mocha",
    "doc": "documentation build src/logging-espree.js -f html -o docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0100901214.git"
  },
  "keywords": [
    "logging",
    "javascript",
    "PL",
    "ULL"
  ],
  "author": "Sergio González Guerra <alu0100901214@ull.edu.es> (https://github.com/alu0100901214)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0100901214/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0100901214/blob/main/LICENSE-MIT"
    }
  ],
  "homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0100901214#readme",
  "devDependencies": {
    "chai": "^4.3.3",
    "mocha": "^8.3.2"
  },
  "dependencies": {
    "commander": "^7.1.0",
    "escodegen": "^2.0.0",
    "espree": "^7.3.1",
    "estraverse": "^5.2.0",
    "fs": "^0.0.1-security",
    "regex": "^0.1.1"
  }
}
