smartlog/package.json

23 lines
530 B
JSON

{
"name": "@pushrocks/smartlog",
"version": "1.0.5",
"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)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.1",
"tapbundle": "^2.0.2"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^1.0.9"
}
}