logtail/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-06 19:30:07 +00:00
{
"name": "@mojoio/logtail",
2021-08-25 16:30:02 +00:00
"version": "1.0.6",
2021-07-06 19:30:07 +00:00
"private": false,
"description": "an unofficial api abstraction package for logtail.com taolored to the smartlog ecosystem",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
2021-08-24 20:14:20 +00:00
"@gitzone/tsbuild": "^2.1.26",
"@gitzone/tsbundle": "^1.0.84",
"@gitzone/tstest": "^1.0.57",
2021-07-06 19:30:07 +00:00
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.9",
2021-08-24 20:14:20 +00:00
"@types/node": "^16.7.1",
2021-07-06 19:30:07 +00:00
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2021-08-24 20:14:20 +00:00
"@pushrocks/lik": "^4.0.20",
2021-07-06 19:30:07 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.22",
"@pushrocks/smartrequest": "^1.1.52"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}