if-logger
Version:
`if-logger` can set whether to log or not dynamically
34 lines (33 loc) • 810 B
JSON
{
"name": "if-logger",
"version": "0.12.5",
"description": "`if-logger` can set whether to log or not dynamically",
"keywords": [
"logger",
"if",
"conditional"
],
"main": "dist/src/index.js",
"author": "min9nim@gmail.com",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.prod.json --declaration --outDir dist",
"test": "mocha -r ts-node/register test/**/*.spec.ts",
"dev": "ts-node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/min9nim/if-logger.git"
},
"devDependencies": {
"@types/es6-shim": "^0.31.39",
"@types/mocha": "^5.2.7",
"@types/node": "^13.5.0",
"chai": "^4.2.0",
"mocha": "^7.0.0",
"sinon": "^8.1.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"dependencies": {}
}