mice-log
Version:
logging component - mice style
40 lines (39 loc) • 997 B
JSON
{
"name": "mice-log",
"version": "0.0.8",
"description": "logging component - mice style",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/Mx-Wolf/mice-log",
"bugs": "https://github.com/Mx-Wolf/mice-log/issues",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "mocha"
},
"keywords": [
"mice",
"log",
"csv",
"fs",
"express"
],
"author": "Maxim Volkov",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-spies": "^1.0.3",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"chai": "^4.3.4",
"chai-spies": "^1.0.0",
"eslint": "^8.7.0",
"eslint-config-htmlacademy": "^5.0.0",
"mocha": "^9.1.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}