UNPKG

ziron-worker

Version:
57 lines (56 loc) 1.2 kB
{ "name": "ziron-worker", "version": "9.9.4", "description": "Ziron worker", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "UNLICENSED", "files": [ "dist/**/*", "!.DS_Store" ], "repository": { "type": "git", "url": "https://github.com/ZironServer/ziron-worker.git" }, "author": { "name": "Ing. Luca Gian Scaringella", "email": "lucacode1@gmail.com" }, "dependencies": { "ziron-server": "9.9.4", "ziron-client": "9.9.4", "ziron-rendezvous": "1.0.0", "@types/node": "^18.16.3", "ip": "^1.1.8" }, "devDependencies": { "typescript": "^5.8.3", "gulp": "^5.0.1", "gulp-optimize-js": "1.1.0", "gulp-terser": "1.2.0", "gulp-typescript": "^5.0.1", "del": "^5.1.0", "ts-node": "^8.0.3", "mocha": "7.0.1", "@types/mocha": "^7.0.2", "@types/ip": "^1.1.0" }, "overrides": { "gulp-typescript": { "source-map": "0.7.4" } }, "scripts": { "build": "gulp build", "prepublishOnly": "npm run build", "test": "mocha --exit -r ts-node/register test/**/*.ts" }, "keywords": [ "websocket", "realtime", "ziron", "fast", "lightway" ] }