mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-14 23:11:04 +00:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "logger-perfcloud",
|
|
"version": "1.0.8",
|
|
"description": "",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"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"
|
|
}
|
|
} |