mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-14 17:11:04 +00:00
32 lines
818 B
JSON
32 lines
818 B
JSON
{
|
|
"name": "@hibas123/nodelogging",
|
|
"version": "1.6.0-alpha.2",
|
|
"description": "",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "tsc",
|
|
"build": "tsc",
|
|
"watch-ts": "tsc --watch",
|
|
"watch-js": "nodemon out/test.js",
|
|
"watch": "concurrently npm:watch-*",
|
|
"test": "node out/test.js",
|
|
"live": "nodemon out/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.stamm.me/OpenServer/NodeLogging.git"
|
|
},
|
|
"author": "Fabian Stamm",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^11.11.7",
|
|
"concurrently": "^4.1.0",
|
|
"nodemon": "^1.17.4",
|
|
"typescript": "^3.3.4000"
|
|
},
|
|
"dependencies": {
|
|
"@hibas123/logging": "^1.0.1",
|
|
"@hibas123/utils": "^2.0.2"
|
|
}
|
|
} |