smartuniverse/package.json

72 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2018-03-07 21:22:15 +00:00
{
2023-07-25 09:33:13 +00:00
"name": "@push.rocks/smartuniverse",
2023-07-25 09:40:12 +00:00
"version": "1.0.108",
2019-01-31 01:52:18 +00:00
"private": false,
2024-04-14 16:30:03 +00:00
"description": "A messaging service enabling secure, reactive communication between microservices.",
2020-09-24 18:17:52 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-03-07 21:22:15 +00:00
"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)",
2023-07-25 09:33:13 +00:00
"build": "(tsbuild --allowimplicitany && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2018-03-07 21:22:15 +00:00
},
"devDependencies": {
2023-07-25 09:33:13 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.4"
},
2018-03-07 21:22:15 +00:00
"dependencies": {
2023-07-25 09:33:13 +00:00
"@apiglobal/typedrequest-interfaces": "^2.0.1",
"@apiglobal/typedserver": "^2.0.65",
"@push.rocks/isohash": "^2.0.1",
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/lik": "^6.0.3",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartsocket": "^2.0.20",
"@push.rocks/smarttime": "^4.0.4",
"@push.rocks/smarturl": "^3.0.7"
2019-06-06 21:23:37 +00:00
},
"files": [
2019-11-09 12:00:30 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-09-24 18:17:52 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-09 12:00:30 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-06-06 21:23:37 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-09-24 18:17:52 +00:00
],
"browserslist": [
"last 1 chrome versions"
2023-07-25 09:33:13 +00:00
],
2024-04-14 16:30:03 +00:00
"type": "module",
"keywords": [
"microservices",
"messaging",
"reactive programming",
"event-driven",
"channel-based communication",
"client-server architecture",
"message encryption",
"typescript",
"websocket",
"scalability"
2024-05-29 12:16:55 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartuniverse",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartuniverse.git"
}
2024-04-14 16:30:03 +00:00
}