1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-09-28 02:17:07 +00:00
nodelogging/package.json
2017-08-24 16:02:06 +02:00

21 lines
452 B
JSON

{
"name": "logger",
"version": "1.0.1",
"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"
}
}