2017-08-23 14:45:03 +00:00
|
|
|
{
|
2017-08-24 14:07:15 +00:00
|
|
|
"name": "logger-perfcloud",
|
2018-05-10 18:11:53 +00:00
|
|
|
"version": "1.2.0",
|
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
|
|
|
}
|