smartlog-destination-receiver/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2018-11-11 13:29:26 +00:00
{
2023-07-10 08:02:48 +00:00
"name": "@push.rocks/smartlog-destination-receiver",
2022-08-07 18:42:22 +00:00
"version": "2.0.4",
2018-11-11 13:29:26 +00:00
"private": false,
"description": "a smartlog destination for smartlog-receiver",
2020-06-05 16:10:52 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-11-11 13:29:26 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-07 12:33:36 +00:00
"build": "(tsbuild --web)",
2022-06-26 07:27:01 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2018-11-11 13:29:26 +00:00
},
"devDependencies": {
2022-08-07 18:42:21 +00:00
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.4",
2022-03-07 21:45:04 +00:00
"tslint": "^6.1.3",
2020-06-05 16:10:52 +00:00
"tslint-config-prettier": "^1.18.0"
2018-11-11 13:29:26 +00:00
},
"dependencies": {
2022-06-26 13:22:21 +00:00
"@pushrocks/smarthash": "^3.0.1",
2022-03-07 21:45:04 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.23",
2022-08-07 18:42:21 +00:00
"@pushrocks/webrequest": "^3.0.12"
2020-06-05 16:10:52 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-06-26 07:27:01 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2020-06-05 16:10:52 +00:00
]
2023-07-10 08:02:48 +00:00
}