smartlog-receiver/package.json

44 lines
1018 B
JSON
Raw Normal View History

2018-10-31 16:42:18 +00:00
{
"name": "@pushrocks/smartlog-receiver",
2022-03-07 21:08:33 +00:00
"version": "1.0.16",
2018-10-31 16:42:18 +00:00
"private": false,
"description": "a receiver for smartlog-destination-receiver",
2020-06-07 12:41:25 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-10-31 16:42:18 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-07 12:41:25 +00:00
"build": "(tsbuild --web)",
2018-10-31 16:42:18 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2022-03-07 21:07:59 +00:00
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.64",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",
2019-10-22 13:38:19 +00:00
"tslint-config-prettier": "^1.18.0"
2018-10-31 16:42:18 +00:00
},
"dependencies": {
2022-03-07 21:07:59 +00:00
"@pushrocks/smarthash": "^2.1.10",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-interfaces": "^2.0.23"
2020-06-07 12:41:25 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-03-07 21:08:32 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-06-07 12:41:25 +00:00
]
2022-03-07 21:08:33 +00:00
}