@mcbelibs/hslib
Version:
personal library for bdsx
31 lines (30 loc) • 852 B
JSON
{
"name": "@mcbelibs/hslib",
"version": "1.0.10",
"description": "personal library for bdsx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -d --removeComments",
"watch": "tsc -w -d --removeComments",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdisprgm/bdsx-hslib.git"
},
"keywords": [
"mdisprgm",
"hslib",
"bdsx"
],
"author": "mdisprgm",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdisprgm/bdsx-hslib/issues"
},
"homepage": "https://github.com/mdisprgm/bdsx-hslib#readme",
"dependencies": {
"winston-daily-rotate-file": "^4.6.1"
}
}