1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-09-28 04:17:37 +00:00
nodelogging/package.json

24 lines
562 B
JSON
Raw Normal View History

2017-08-23 14:45:03 +00:00
{
2018-05-31 11:15:02 +00:00
"name": "@hibas123/nodelogging",
"version": "1.3.17",
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",
"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",
"nodemon": "^1.17.4",
2017-08-23 14:45:03 +00:00
"typescript": "^2.4.2"
}
2018-09-17 20:42:35 +00:00
}