smartsocket/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2016-08-06 21:27:53 +00:00
{
2019-01-30 09:55:16 +00:00
"name": "@pushrocks/smartsocket",
2020-09-24 18:03:02 +00:00
"version": "1.1.59",
2019-01-30 23:46:42 +00:00
"description": "easy and secure websocket communication",
2016-08-06 21:27:53 +00:00
"main": "dist/index.js",
2016-08-07 13:12:52 +00:00
"typings": "dist/index.d.ts",
2016-08-06 21:27:53 +00:00
"scripts": {
2020-09-24 18:03:01 +00:00
"test": "(tstest test/)",
"build": "(tsbuild --web)"
2016-08-06 21:27:53 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartsocket.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartsocket/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartsocket#README",
"dependencies": {
2020-09-24 18:03:01 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/lik": "^4.0.17",
"@pushrocks/smartdelay": "^2.0.10",
"@pushrocks/smartexpress": "^3.0.76",
"@pushrocks/smarthash": "^2.1.6",
"@pushrocks/smartlog": "^2.0.39",
2019-11-03 17:33:46 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-09-24 18:03:01 +00:00
"@pushrocks/smartrx": "^2.0.19",
"@pushrocks/smartunique": "^3.0.3",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
2019-11-03 17:33:46 +00:00
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
2016-08-07 12:58:20 +00:00
},
"devDependencies": {
2020-09-24 18:03:01 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
2019-04-26 15:35:15 +00:00
"tslint-config-prettier": "^1.18.0"
},
2019-08-12 16:16:25 +00:00
"private": false,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-12 20:46:57 +00:00
}