smartuniverse/package.json
2019-01-30 11:01:49 +01:00

35 lines
913 B
JSON

{
"name": "@pushrocks/smartuniverse",
"version": "1.0.24",
"private": true,
"description": "messaging service for your micro services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.19"
},
"peerDependencies": {
"rxjs": "*"
},
"dependencies": {
"@pushrocks/lik": "^3.0.4",
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartexpress": "^3.0.10",
"@pushrocks/smartfile": "^6.0.12",
"@pushrocks/smarthash": "^2.0.4",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartrequest": "^1.0.8",
"@pushrocks/smartrx": "^2.0.3",
"@pushrocks/smartsocket": "^1.1.24",
"@pushrocks/smarttime": "^3.0.5"
}
}