UNPKG

ziron-state

Version:
59 lines (58 loc) 1.25 kB
{ "name": "ziron-state", "version": "9.9.4", "description": "Ziron state", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "UNLICENSED", "files": [ "dist/**/*", "!.DS_Store" ], "repository": { "type": "git", "url": "https://github.com/ZironServer/ziron-state.git" }, "author": { "name": "Ing. Luca Gian Scaringella", "email": "lucacode1@gmail.com" }, "dependencies": { "ziron-server": "9.9.4", "log-update": "^4.0.0", "table": "^6.7.5", "ip": "^1.1.8", "is-ip": "^3.1.0", "uniqid": "^5.4.0", "docker-secret": "^1.2.4" }, "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", "@types/ip": "^1.1.0", "@types/uniqid": "^5.3.2" }, "overrides": { "gulp-typescript": { "source-map": "0.7.4" } }, "scripts": { "build": "gulp build", "prepublishOnly": "npm run build", "start": "node dist/run.js", "test": "mocha --exit -r ts-node/register test/**/*.ts" }, "keywords": [ "websocket", "realtime", "ziron", "fast", "lightway" ] }