typedsocket/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2020-12-21 21:01:37 +00:00
{
"name": "@apiglobal/typedsocket",
2023-03-29 11:47:03 +00:00
"version": "2.0.22",
2020-12-21 21:01:37 +00:00
"private": false,
"description": "a typedrequest extension supporting websockets",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-03-24 21:46:08 +00:00
"type": "module",
2020-12-21 21:01:37 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2022-10-26 08:55:08 +00:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2020-12-21 21:01:37 +00:00
},
"devDependencies": {
2022-08-02 08:21:15 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.6",
2022-10-26 08:54:18 +00:00
"@gitzone/tsrun": "^1.2.39",
2022-12-28 14:05:53 +00:00
"@gitzone/tstest": "^1.0.74",
2023-03-20 16:06:33 +00:00
"@pushrocks/smartenv": "^5.0.5",
2022-08-02 08:21:15 +00:00
"@pushrocks/tapbundle": "^5.0.4",
2023-03-29 11:45:33 +00:00
"@types/node": "^18.15.11"
2020-12-21 21:01:37 +00:00
},
"dependencies": {
2022-08-02 08:21:15 +00:00
"@apiglobal/typedrequest": "^2.0.8",
2022-10-26 16:59:49 +00:00
"@apiglobal/typedrequest-interfaces": "2.0.1",
2022-03-24 21:46:08 +00:00
"@pushrocks/isohash": "^2.0.0",
2022-12-28 14:05:53 +00:00
"@pushrocks/smartjson": "^5.0.5",
2023-03-20 18:23:20 +00:00
"@pushrocks/smartsocket": "^2.0.16",
2023-03-29 11:45:33 +00:00
"@pushrocks/smartstring": "^4.0.2",
"@pushrocks/smarturl": "^3.0.5"
2020-12-21 21:01:37 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2022-12-28 14:15:19 +00:00
}