fix(core): update to latest standards
This commit is contained in:
18
package.json
18
package.json
@ -1,26 +1,24 @@
|
||||
{
|
||||
"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": "",
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"test": "(npmts)",
|
||||
"format": "(gitzone format)"
|
||||
"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",
|
||||
"winston": "^3.0.0-rc1"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
"smartlog-interfaces": "^1.0.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user