Files
smartuniverse/package.json
T

77 lines
2.0 KiB
JSON
Raw Normal View History

2018-03-07 22:22:15 +01:00
{
2023-07-25 11:33:13 +02:00
"name": "@push.rocks/smartuniverse",
2026-05-01 11:22:06 +00:00
"version": "1.0.109",
2019-01-31 02:52:18 +01:00
"private": false,
2024-04-14 18:30:03 +02: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",
"author": "Task Venture Capital GmbH <hello@task.vc>",
2018-03-07 22:22:15 +01:00
"license": "MIT",
"scripts": {
"test": "tstest test/ --verbose",
"testManual": "tsrun test/",
"build": "tsbuild && tsbundle",
"format": "gitzone format",
2023-07-25 11:33:13 +02:00
"buildDocs": "tsdoc"
2018-03-07 22:22:15 +01:00
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.1",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.6.0",
"@types/picomatch": "^4.0.3"
2018-05-28 12:07:25 +02:00
},
2018-03-07 22:22:15 +01:00
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.19",
"@api.global/typedserver": "^8.4.6",
2023-07-25 11:33:13 +02:00
"@push.rocks/isohash": "^2.0.1",
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/lik": "^6.4.1",
2023-07-25 11:33:13 +02:00
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartpromise": "^4.2.3",
2023-07-25 11:33:13 +02:00
"@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartsocket": "^4.0.1",
"@push.rocks/smarttime": "^4.2.3",
2023-07-25 11:33:13 +02:00
"@push.rocks/smarturl": "^3.0.7"
2019-06-06 23:23:37 +02:00
},
"files": [
2019-11-09 13:00:30 +01:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-09-24 18:17:52 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-09 13:00:30 +01:00
"dist_ts_web/**/*",
"assets/**/*",
2019-06-06 23:23:37 +02:00
"cli.js",
".smartconfig.json",
"license",
2019-06-06 23:23:37 +02:00
"npmextra.json",
"readme.md"
2020-09-24 18:17:52 +00:00
],
"browserslist": [
"last 1 chrome versions"
2023-07-25 11:33:13 +02:00
],
2024-04-14 18:30:03 +02:00
"type": "module",
"keywords": [
"microservices",
"messaging",
"reactive programming",
"event-driven",
"channel-based communication",
"client-server architecture",
"message encryption",
"typescript",
"websocket",
"scalability"
2024-05-29 14:16:55 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartuniverse",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartuniverse.git"
},
"packageManager": "pnpm@10.28.2"
}