25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "smartlog",
|
|
"version": "1.0.3",
|
|
"private": false,
|
|
"description": "winston based logger for large scale projects",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"test": "(tsrun test/test.ts)",
|
|
"build": "(npmts)",
|
|
"format": "(gitzone format)",
|
|
"build": "echo \"Not needed for now\""
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsrun": "^1.0.4",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"tapbundle": "^1.0.13"
|
|
},
|
|
"dependencies": {
|
|
"smartlog-interfaces": "^1.0.4"
|
|
}
|
|
}
|