smartlog/package.json

28 lines
704 B
JSON
Raw Normal View History

2016-10-15 17:00:52 +00:00
{
2018-06-05 18:49:54 +00:00
"name": "@pushrocks/smartlog",
2018-11-04 01:41:18 +00:00
"version": "2.0.5",
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-10-30 17:56:26 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)",
2018-06-05 18:48:14 +00:00
"format": "(gitzone format)"
2016-10-15 17:00:52 +00:00
},
2018-01-28 03:31:06 +00:00
"devDependencies": {
2018-10-30 17:56:26 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2018-11-03 22:19:15 +00:00
"@types/node": "^10.12.2",
2018-10-30 17:56:26 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2016-10-15 17:00:52 +00:00
},
"dependencies": {
2018-11-04 01:41:18 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.1"
2016-10-15 17:00:52 +00:00
}
}