nodelogging/package.json

21 lines
427 B
JSON

{
"name": "logger",
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"scripts": {
"build": "npm 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"
}
}