smartuniverse/package.json

35 lines
911 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",
2018-05-30 14:34:07 +00:00
"version": "1.0.23",
"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": {
"@types/node": "^9.6.18",
2019-01-30 09:56:31 +00:00
"@pushrocks/tapbundle": "^2.0.0"
2018-03-07 21:22:15 +00:00
},
"peerDependencies": {
"rxjs": "*"
},
2018-03-07 21:22:15 +00:00
"dependencies": {
2019-01-30 09:56:31 +00:00
"@pushrocks/lik": "^2.0.5",
"@pushrocks/smarthash": "^1.0.4",
"@pushrocks/smartdelay": "^1.0.4",
"@pushrocks/smartexpress": "^1.0.21",
"@pushrocks/smartfile": "^4.2.28",
"@pushrocks/smartpromise": "^1.1.8",
"@pushrocks/smartrequest": "^1.0.8",
"@pushrocks/smartrx": "^1.0.5",
"@pushrocks/smartsocket": "^1.1.19",
"@pushrocks/smarttime": "^2.0.0"
2018-03-07 21:22:15 +00:00
}
2018-05-28 10:07:26 +00:00
}