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",
2020-09-24 18:13:49 +00:00
"version": "1.0.99",
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)",
2020-09-24 18:13:48 +00:00
"build": "(tsbuild --web)",
2018-03-07 21:22:15 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2020-09-24 18:13:48 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
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": {
2020-09-24 18:13:48 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/lik": "^4.0.17",
"@pushrocks/smartdelay": "^2.0.10",
"@pushrocks/smartexpress": "^3.0.76",
"@pushrocks/smartfile": "^8.0.0",
"@pushrocks/smarthash": "^2.1.6",
"@pushrocks/smartlog": "^2.0.39",
2019-11-03 19:23:22 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-09-24 18:13:48 +00:00
"@pushrocks/smartrequest": "^1.1.49",
"@pushrocks/smartrx": "^2.0.19",
"@pushrocks/smartsocket": "^1.1.60",
"@pushrocks/smarttime": "^3.0.35",
"@pushrocks/smartunique": "^3.0.3"
2019-06-06 21:23:37 +00:00
},
"files": [
2019-11-09 12:00:30 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-06-06 21:23:37 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-09 12:00:30 +00:00
}