typedsocket/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2020-12-21 21:01:37 +00:00
{
"name": "@apiglobal/typedsocket",
2022-08-02 08:21:16 +00:00
"version": "2.0.5",
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-03-24 23:31:10 +00:00
"build": "(tsbuild --web --allowimplicitany)"
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",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/smartenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3"
2020-12-21 21:01:37 +00:00
},
"dependencies": {
2022-08-02 08:21:15 +00:00
"@apiglobal/typedrequest": "^2.0.8",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
2022-03-24 21:46:08 +00:00
"@pushrocks/isohash": "^2.0.0",
2022-08-02 08:21:15 +00:00
"@pushrocks/smartsocket": "^2.0.7",
2022-03-24 21:46:08 +00:00
"@pushrocks/smartstring": "^4.0.2"
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"
]
}