UNPKG

@alu0101240374/addlogging

Version:
49 lines (48 loc) 1.26 kB
{ "name": "@alu0101240374/addlogging", "version": "0.4.2", "description": "Espree logging module", "main": "index.js", "scripts": { "test": "mocha", "production:test": "cd ../espree-logging-production-test-alu0101240374 && npm test", "doc": "documentation build index.js -f html -o docs" }, "repository": { "type": "git", "url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0101240374.git" }, "publishingConfig": { "access": "public", "registry-url": "https://npm.pkg.github.com" }, "bin": { "add-logging": "logging-espree-CLI.js" }, "keywords": [ "espree", "module", "PL", "ULL" ], "author": "Gabriel Garcia Jaubert", "licenses": [ { "type": "MIT", "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0101240374/blob/master/LICENSE.txt" } ], "bugs": { "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0101240374/issues" }, "homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-alu0101240374#readme", "devDependencies": { "chai": "^4.3.4", "mocha": "^8.3.2" }, "dependencies": { "commander": "^7.1.0", "escodegen": "^2.0.0", "espree": "^7.3.1" } }