@eduardoeb3/espree-logging-module-eduardoeb3
Version:
[](https://code.visualstudio.com/) [](https://ull-esit-pl-2021.github.io/espree-logging-module-Eduar
52 lines (51 loc) • 1.6 kB
JSON
{
"name": "@eduardoeb3/espree-logging-module-eduardoeb3",
"version": "1.1.10",
"description": "",
"main": "./lib/addLogging.js",
"bin": {
"add-logging": "bin/index.js"
},
"scripts": {
"test": "mocha --reporter spec",
"test-with-coverage": "nyc --reporter=text mocha",
"doc": "documentation build index.js -f html -o docs",
"serve:doc": "http-server docs/ -o",
"commit": "npm run doc; git add docs; git commit -am `jq .version package.json`",
"push": "npm run commit; git push",
"production:test": "cd ../espree-logging-module-EduardoEB3 && npm test",
"patch": "npm run commit; npm version patch",
"patch:publish": "npm run patch; git push; npm publish",
"patch:publish:production:test": "npm run patch:publish; npm run production:test"
},
"keywords": [
"ULL",
"PL"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-EduardoEB3.git"
},
"author": "Eduardo Exposito Barrera",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-EduardoEB3/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-EduardoEB3/issues"
},
"homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-EduardoEB3#readme",
"devDependencies": {
"chai": "^4.3.3",
"mocha": "^8.3.0",
"nyc": "^15.1.0"
},
"dependencies": {
"escodegen": "^2.0.0",
"espree": "^7.3.1",
"estraverse": "^5.2.0",
"node-jq": "^1.12.0"
}
}