smartuniverse/package.json

35 lines
913 B
JSON
Raw Normal View History

2018-03-07 21:22:15 +00:00
{
2018-04-04 15:39:48 +00:00
"name": "@pushrocks/smartuniverse",
2019-01-30 10:01:49 +00:00
"version": "1.0.24",
"private": true,
2018-03-07 21:22:15 +00:00
"description": "messaging service for your micro services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2019-01-30 09:56:31 +00:00
"test": "(tstest test/)",
2018-04-13 13:45:48 +00:00
"build": "(npmts)",
2018-03-07 21:22:15 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2019-01-30 10:01:48 +00:00
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.19"
2018-03-07 21:22:15 +00:00
},
"peerDependencies": {
"rxjs": "*"
},
2018-03-07 21:22:15 +00:00
"dependencies": {
2019-01-30 10:01:48 +00:00
"@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",
2019-01-30 09:56:31 +00:00
"@pushrocks/smartrequest": "^1.0.8",
2019-01-30 10:01:48 +00:00
"@pushrocks/smartrx": "^2.0.3",
"@pushrocks/smartsocket": "^1.1.24",
"@pushrocks/smarttime": "^3.0.5"
2018-03-07 21:22:15 +00:00
}
2018-05-28 10:07:26 +00:00
}