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",
2019-11-08 17:48:39 +00:00
"version": "1.1.58",
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": {
"test": "tstest test/",
2019-01-31 01:32:52 +00:00
"build": "tsbuild"
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": {
2019-09-09 21:58:32 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.7",
2019-09-01 16:07:52 +00:00
"@pushrocks/lik": "^3.0.11",
2019-11-03 17:33:46 +00:00
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartexpress": "^3.0.52",
2019-08-12 16:16:25 +00:00
"@pushrocks/smarthash": "^2.0.6",
2019-11-03 17:33:46 +00:00
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartpromise": "^3.0.6",
2019-11-03 19:23:15 +00:00
"@pushrocks/smartrx": "^2.0.5",
2019-11-03 18:17:26 +00:00
"@pushrocks/smartunique": "^3.0.1",
2019-11-03 17:33:46 +00:00
"@types/socket.io": "^2.1.4",
2018-03-15 01:29:40 +00:00
"@types/socket.io-client": "^1.4.32",
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": {
2019-09-01 16:07:52 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-08-12 16:16:25 +00:00
"@gitzone/tsrun": "^1.2.8",
2019-11-03 17:33:46 +00:00
"@gitzone/tstest": "^1.0.28",
2019-09-01 16:07:52 +00:00
"@pushrocks/tapbundle": "^3.0.13",
2019-11-03 17:33:46 +00:00
"@types/node": "^12.12.5",
"tslint": "^5.20.0",
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
}