2016-10-15 17:00:52 +00:00
|
|
|
{
|
2018-06-05 18:49:54 +00:00
|
|
|
"name": "@pushrocks/smartlog",
|
2018-06-05 18:48:14 +00:00
|
|
|
"version": "1.0.4",
|
2018-06-05 18:48:14 +00:00
|
|
|
"private": false,
|
2018-01-28 03:31:06 +00:00
|
|
|
"description": "winston based logger for large scale projects",
|
2016-10-15 17:00:52 +00:00
|
|
|
"main": "dist/index.js",
|
2018-01-28 03:31:06 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
2018-06-05 18:48:14 +00:00
|
|
|
"license": "UNLICENSED",
|
2016-10-15 17:00:52 +00:00
|
|
|
"scripts": {
|
2018-06-05 18:48:14 +00:00
|
|
|
"test": "(tsrun test/test.ts)",
|
2018-06-05 18:48:14 +00:00
|
|
|
"build": "echo \"Not needed for now\"",
|
|
|
|
"format": "(gitzone format)"
|
2016-10-15 17:00:52 +00:00
|
|
|
},
|
2018-01-28 03:31:06 +00:00
|
|
|
"devDependencies": {
|
2018-06-05 18:48:14 +00:00
|
|
|
"@gitzone/tsrun": "^1.0.4",
|
2018-01-28 03:31:06 +00:00
|
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
|
|
"tapbundle": "^1.0.13"
|
2016-10-15 17:00:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-06-05 18:48:14 +00:00
|
|
|
"smartlog-interfaces": "^1.0.4"
|
2016-10-15 17:00:52 +00:00
|
|
|
}
|
|
|
|
}
|