smartlog-receiver/package.json

29 lines
749 B
JSON
Raw Normal View History

2018-10-31 16:42:18 +00:00
{
"name": "@pushrocks/smartlog-receiver",
2019-10-22 13:38:20 +00:00
"version": "1.0.9",
2018-10-31 16:42:18 +00:00
"private": false,
"description": "a receiver for smartlog-destination-receiver",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
2019-10-22 13:38:19 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.11.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0"
2018-10-31 16:42:18 +00:00
},
"dependencies": {
2019-10-22 13:38:19 +00:00
"@pushrocks/smarthash": "^2.0.6",
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartlog-interfaces": "^2.0.7"
2018-10-31 16:42:18 +00:00
}
2018-10-31 16:45:51 +00:00
}