1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-09-27 22:27:06 +00:00
nodelogging/package.json
2018-11-04 20:34:59 +01:00

25 lines
589 B
JSON

{
"name": "@hibas123/nodelogging",
"version": "1.3.21",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"watch": "tsc --watch",
"test": "node out/test.js",
"live": "nodemon out/test.js"
},
"repository": {
"type": "git",
"url": "https://git.stamm.me/PerfCloud/nodelogging.git"
},
"author": "Fabian Stamm",
"license": "MIT",
"devDependencies": {
"@types/node": "^8.0.24",
"nodemon": "^1.17.4",
"typescript": "^2.4.2"
}
}