logcontext/package.json

46 lines
1.0 KiB
JSON
Raw Normal View History

2017-10-16 07:07:19 +00:00
{
2020-07-20 11:57:20 +00:00
"name": "@pushrocks/logcontext",
2021-09-17 17:21:35 +00:00
"version": "1.0.27",
2018-03-03 13:11:27 +00:00
"description": "enrich logs with context",
2020-07-20 11:57:20 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-10-16 07:07:19 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-07-20 11:57:20 +00:00
"test": "(tstest test/)",
2020-07-20 19:51:09 +00:00
"build": "(tsbuild --web)"
2017-10-16 07:07:19 +00:00
},
2017-10-16 07:07:58 +00:00
"devDependencies": {
2021-09-17 17:21:34 +00:00
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tsbundle": "^1.0.87",
"@gitzone/tstest": "^1.0.57",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.9.2",
"tslint": "^6.1.3",
2020-07-20 11:57:20 +00:00
"tslint-config-prettier": "^1.18.0"
2017-10-16 07:07:19 +00:00
},
"dependencies": {
2021-09-17 17:21:34 +00:00
"@pushrocks/lik": "^4.0.22",
2020-07-20 11:57:20 +00:00
"@pushrocks/smartcls": "^1.0.9",
"@pushrocks/smartunique": "^3.0.3",
"@types/shortid": "0.0.29"
},
"private": false,
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2021-09-17 17:21:35 +00:00
}