2017-08-23 14:45:03 +00:00
|
|
|
{
|
2018-05-31 11:15:02 +00:00
|
|
|
"name": "@hibas123/nodelogging",
|
2018-09-20 17:42:55 +00:00
|
|
|
"version": "1.3.12",
|
2017-08-23 14:45:03 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "out/index.js",
|
2017-08-24 14:02:06 +00:00
|
|
|
"types": "out/index.d.ts",
|
2017-08-23 14:45:03 +00:00
|
|
|
"scripts": {
|
2017-08-24 14:02:06 +00:00
|
|
|
"build": "tsc",
|
2018-05-12 16:46:47 +00:00
|
|
|
"watch": "tsc --watch",
|
|
|
|
"test": "node out/test.js",
|
|
|
|
"live": "nodemon out/test.js"
|
2017-08-23 14:45:03 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-05-31 11:15:02 +00:00
|
|
|
"url": "https://git.stamm.me/PerfCloud/nodelogging.git"
|
2017-08-23 14:45:03 +00:00
|
|
|
},
|
|
|
|
"author": "Fabian Stamm",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^8.0.24",
|
2018-05-12 16:46:47 +00:00
|
|
|
"nodemon": "^1.17.4",
|
2017-08-23 14:45:03 +00:00
|
|
|
"typescript": "^2.4.2"
|
|
|
|
}
|
2018-09-17 20:42:35 +00:00
|
|
|
}
|