smartlog/package.json

23 lines
530 B
JSON
Raw Permalink Normal View History

2016-10-15 17:00:52 +00:00
{
2018-06-05 18:49:54 +00:00
"name": "@pushrocks/smartlog",
2018-07-10 20:36:53 +00:00
"version": "2.0.1",
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-06-05 18:48:14 +00:00
"test": "(tsrun test/test.ts)",
2018-07-08 20:30:21 +00:00
"build": "(npmts)",
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-07-08 20:30:21 +00:00
"@gitzone/tsrun": "^1.1.1",
"tapbundle": "^2.0.2"
2016-10-15 17:00:52 +00:00
},
"dependencies": {
2018-07-08 20:30:21 +00:00
"@pushrocks/smartlog-interfaces": "^1.0.9"
2016-10-15 17:00:52 +00:00
}
}