app-logging
Version:
Application development logs
43 lines (42 loc) • 950 B
JSON
{
"name": "app-logging",
"version": "1.0.4",
"description": "Application development logs",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register test/**/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faisalscientist/app-logging.git"
},
"keywords": [
"App",
"Logging",
"Info",
"Warning",
"Debug",
"Notice",
"Error",
"Critical",
"Emergency",
"Alert"
],
"author": "Alhassan Faisal",
"license": "ISC",
"bugs": {
"url": "https://github.com/faisalscientist/app-logging/issues"
},
"homepage": "https://github.com/faisalscientist/app-logging#readme",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^7.0.5",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-node": "^8.10.2",
"typescript": "^4.0.5"
}
}