47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@uci/websocket",
|
|
"version": "0.3.8",
|
|
"description": "JSON packet host websocket server",
|
|
"main": "src",
|
|
"scripts": {
|
|
"example": "node -r esm examples/server",
|
|
"dev": "UCI_ENV=dev UCI_LOG_LEVEL=debug ./node_modules/.bin/nodemon -r esm examples/server"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/websocket.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"socket",
|
|
"websocket",
|
|
"JSON",
|
|
"packet",
|
|
"serialize",
|
|
"named pipe",
|
|
"unix socket",
|
|
"TCP"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/websocket/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/websocket#readme",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^6.2.0",
|
|
"nodemon": "^1.19.1"
|
|
},
|
|
"dependencies": {
|
|
"@uci-utils/logger": "0.0.15",
|
|
"await-to-js": "^2.1.1",
|
|
"better-try-catch": "^0.6.2",
|
|
"clone": "^2.1.2",
|
|
"death": "^1.1.0",
|
|
"ws": "^7.1.2"
|
|
}
|
|
}
|