69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@api.global/typedsocket",
|
|
"version": "3.1.0",
|
|
"private": false,
|
|
"description": "A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^3.1.2",
|
|
"@git.zone/tsbundle": "^2.6.2",
|
|
"@git.zone/tsrun": "^2.0.0",
|
|
"@git.zone/tstest": "^3.1.3",
|
|
"@push.rocks/smartenv": "^6.0.0",
|
|
"@push.rocks/smartserve": "^1.1.0",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^24.10.1"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.1.10",
|
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
"@push.rocks/isohash": "^2.0.1",
|
|
"@push.rocks/smartjson": "^5.2.0",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"@push.rocks/smartsocket": "^2.1.0",
|
|
"@push.rocks/smartstring": "^4.1.0",
|
|
"@push.rocks/smarturl": "^3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@push.rocks/smartserve": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@push.rocks/smartserve": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"WebSocket",
|
|
"Type Safety",
|
|
"Real-time Communication",
|
|
"Client-Server Architecture",
|
|
"TypeScript",
|
|
"Networking"
|
|
],
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
|
}
|