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

21 lines
462 B
JSON
Raw Normal View History

2017-08-23 14:45:03 +00:00
{
2017-08-24 14:07:15 +00:00
"name": "logger-perfcloud",
2017-08-24 14:02:06 +00:00
"version": "1.0.1",
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",
2017-08-23 14:45:03 +00:00
"test": "node out/test.js"
},
"repository": {
"type": "git",
"url": "https://git.stamm.me/PerfCloud/nodejslogger.git"
},
"author": "Fabian Stamm",
"license": "MIT",
"devDependencies": {
"@types/node": "^8.0.24",
"typescript": "^2.4.2"
}
2017-08-24 14:02:06 +00:00
}