smartuniverse/package.json

54 lines
1.4 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-11-09 11:59:51 +00:00
"version": "1.0.94",
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-09-01 15:01:26 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-11-03 19:23:22 +00:00
"@gitzone/tstest": "^1.0.28",
2019-09-01 15:01:26 +00:00
"@pushrocks/tapbundle": "^3.0.13",
2019-11-09 11:59:51 +00:00
"@types/node": "^12.12.7",
2019-11-06 23:59:45 +00:00
"tslint": "^5.20.1",
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-09-10 17:36:10 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.7",
2019-09-01 15:01:26 +00:00
"@pushrocks/lik": "^3.0.11",
2019-11-03 19:23:22 +00:00
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartexpress": "^3.0.52",
"@pushrocks/smartfile": "^7.0.6",
2019-07-30 08:31:35 +00:00
"@pushrocks/smarthash": "^2.0.6",
2019-11-03 19:23:22 +00:00
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrequest": "^1.1.42",
2019-09-10 07:56:32 +00:00
"@pushrocks/smartrx": "^2.0.5",
2019-11-09 11:23:33 +00:00
"@pushrocks/smartsocket": "^1.1.58",
2019-07-30 08:31:35 +00:00
"@pushrocks/smarttime": "^3.0.12",
2019-04-22 07:58:36 +00:00
"@pushrocks/smartunique": "^3.0.1"
2019-06-06 21:23:37 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-08-12 12:59:37 +00:00
"dist_ts_web/*",
2019-06-06 21:23:37 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-10 08:55:11 +00:00
}