ziron-server
Version:
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "ziron-server",
"version": "9.9.4",
"description": "Ziron server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "UNLICENSED",
"files": [
"dist/**/*",
"!.DS_Store"
],
"repository": {
"type": "git",
"url": "https://github.com/ZironServer/ziron-server.git"
},
"author": {
"name": "Ing. Luca Gian Scaringella",
"email": "lucacode1@gmail.com"
},
"dependencies": {
"base64id": "2.0.0",
"uniqid": "^5.4.0",
"emitix": "^2.3.2",
"@types/jsonwebtoken": "^9.0.10",
"jsonwebtoken": "^9.0.2",
"ziron-ws": "20.52.0",
"ziron-errors": "1.5.0",
"ziron-events": "1.5.0",
"ziron-engine": "2.4.0",
"@types/node": "^18.16.3",
"is-ip": "^3.1.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/uniqid": "^5.3.2"
},
"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",
"lightweight"
]
}