smartlog/package.json
2018-01-28 04:31:06 +01:00

26 lines
547 B
JSON

{
"name": "smartlog",
"version": "1.0.1",
"description": "winston based logger for large scale projects",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.0.13"
},
"dependencies": {
"winston": "^3.0.0-rc1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}