54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@pushrocks/smartuniverse",
|
|
"version": "1.0.83",
|
|
"private": false,
|
|
"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/)",
|
|
"testManual": "(tsrun test/test.ts)",
|
|
"build": "(tsbuild)",
|
|
"format": "(gitzone format)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
"@gitzone/tstest": "^1.0.24",
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
|
"@types/node": "^12.7.4",
|
|
"tslint": "^5.20.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rxjs": "*"
|
|
},
|
|
"dependencies": {
|
|
"@apiglobal/typedrequest-interfaces": "^1.0.7",
|
|
"@pushrocks/lik": "^3.0.11",
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
"@pushrocks/smartexpress": "^3.0.40",
|
|
"@pushrocks/smartfile": "^7.0.4",
|
|
"@pushrocks/smarthash": "^2.0.6",
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
"@pushrocks/smartrequest": "^1.1.27",
|
|
"@pushrocks/smartrx": "^2.0.5",
|
|
"@pushrocks/smartsocket": "^1.1.49",
|
|
"@pushrocks/smarttime": "^3.0.12",
|
|
"@pushrocks/smartunique": "^3.0.1"
|
|
},
|
|
"files": [
|
|
"ts/*",
|
|
"ts_web/*",
|
|
"dist/*",
|
|
"dist_web/*",
|
|
"dist_ts_web/*",
|
|
"assets/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|