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-01-20 16:44:51 +00:00
"version": "1.0.23",
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",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
2022-01-19 18:17:22 +00:00
"@gitzone/tsbuild": "^2.1.29",
2021-10-22 19:09:42 +00:00
"@gitzone/tsbundle": "^1.0.88",
2022-01-19 18:17:22 +00:00
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^3.2.15",
"@types/node": "^17.0.10",
2020-12-21 21:01:37 +00:00
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2022-01-19 18:17:22 +00:00
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^1.0.2",
2022-01-20 18:23:53 +00:00
"@pushrocks/smartsocket": "^1.2.22",
2021-01-23 04:22:47 +00:00
"@pushrocks/smartstring": "^3.0.24"
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"
]
}