UNPKG

@cimo/websocket

Version:

Websocket (server/client). Light, fast and secure.

49 lines (48 loc) 1.73 kB
{ "name": "@cimo/websocket", "version": "1.5.73", "description": "Websocket (server/client). Light, fast and secure.", "author": "cimo", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cimo/Npm_websocket.git" }, "type": "module", "scripts": { "delete_dist": "node -e \"const fs = require('fs'); try{ fs.rmdirSync('./dist/', { recursive: true }) } catch{}; process.exit(0);\"", "delete_build": "node -e \"const fs = require('fs'); try{ fs.rmdirSync('./build/', { recursive: true }) } catch{}; process.exit(0);\"", "check": "eslint --no-cache --config eslint.config.js", "build_tsc": "npm run delete_dist && tsc --build tsconfig.tsc.json", "build_library": "npm run delete_build && tsc --build tsconfig.build_main.json && tsc --build tsconfig.build_server.json && tsc --build tsconfig.build_client.json && npm pack && mkdir -p ./build/ && mv *.tgz ./build/", "build": "npm run build_tsc && npm run check && npm run build_library" }, "dependencies": {}, "devDependencies": { "@types/node": "25.3.0", "@typescript-eslint/parser": "8.65.0", "@typescript-eslint/eslint-plugin": "8.65.0", "typescript": "5.7.2", "prettier": "3.4.2", "eslint": "10.8.0", "eslint-plugin-prettier": "5.5.6" }, "overrides": {}, "files": [ "./dist/" ], "main": "./dist/Main.js", "types": "./dist/Main.d.ts", "keywords": [ "websocket", "api", "server", "client", "express", "nodejs", "typescript", "cimo", "native", "no dependencies" ] }