{ "name": "@pushrocks/smartlog-receiver", "version": "1.0.8", "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": { "@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" }, "dependencies": { "@pushrocks/smarthash": "^2.0.6", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartlog-interfaces": "^2.0.7" } }