smartuniverse/package.json

41 lines
1.1 KiB
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-06-06 20:22:45 +00:00
"version": "1.0.48",
2019-01-31 01:52:18 +00:00
"private": false,
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/)",
2019-04-24 16:20:31 +00:00
"testManual": "(tsrun test/test.ts)",
2019-04-11 09:36:57 +00:00
"build": "(tsbuild)",
2018-03-07 21:22:15 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2019-01-31 01:52:18 +00:00
"@gitzone/tsbuild": "^2.1.8",
2019-04-11 09:11:45 +00:00
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
2019-04-24 16:20:31 +00:00
"@types/node": "^11.13.7",
2019-04-22 22:28:57 +00:00
"tslint": "^5.16.0",
2019-04-11 09:11:45 +00:00
"tslint-config-prettier": "^1.18.0"
2018-03-07 21:22:15 +00:00
},
"peerDependencies": {
"rxjs": "*"
},
2018-03-07 21:22:15 +00:00
"dependencies": {
2019-04-11 09:11:45 +00:00
"@pushrocks/lik": "^3.0.5",
"@pushrocks/smartdelay": "^2.0.3",
2019-04-28 10:42:08 +00:00
"@pushrocks/smartexpress": "^3.0.19",
2019-04-11 09:11:45 +00:00
"@pushrocks/smartfile": "^7.0.2",
2019-01-30 10:01:48 +00:00
"@pushrocks/smarthash": "^2.0.4",
2019-04-11 09:11:45 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2019-04-22 22:28:57 +00:00
"@pushrocks/smartrequest": "^1.1.15",
2019-01-30 10:01:48 +00:00
"@pushrocks/smartrx": "^2.0.3",
2019-04-28 10:42:08 +00:00
"@pushrocks/smartsocket": "^1.1.35",
2019-04-22 07:58:36 +00:00
"@pushrocks/smarttime": "^3.0.7",
"@pushrocks/smartunique": "^3.0.1"
2018-03-07 21:22:15 +00:00
}
2019-04-28 10:42:09 +00:00
}