{ "name": "@hibas123/realtimedb", "version": "2.0.0-beta.4", "description": "", "main": "lib/index.js", "private": true, "scripts": { "start": "node lib/index.js", "build": "tsc", "watch-ts": "tsc -w", "watch-node": "nodemon --ignore *.ts lib/index.js", "watch": "concurrently \"npm:watch-*\"", "build-docker": "npm run build && docker build -t realtimedb .", "prepublishOnly": "tsc" }, "author": "Fabian Stamm ", "license": "ISC", "devDependencies": { "@types/dotenv": "^8.2.0", "@types/jsonwebtoken": "^8.3.5", "@types/koa": "^2.0.51", "@types/koa-router": "^7.0.42", "@types/leveldown": "^4.0.1", "@types/levelup": "^3.1.1", "@types/nanoid": "^2.1.0", "@types/node": "^12.12.5", "@types/ws": "^6.0.3", "concurrently": "^5.0.0", "nodemon": "^1.19.4", "typescript": "^3.6.4" }, "dependencies": { "@hibas123/nodelogging": "^2.1.1", "@hibas123/utils": "^2.1.1", "dotenv": "^8.2.0", "handlebars": "^4.5.1", "jsonwebtoken": "^8.5.1", "koa": "^2.11.0", "koa-body": "^4.1.1", "koa-router": "^7.4.0", "leveldown": "^5.4.1", "levelup": "^4.3.2", "nanoid": "^2.1.6", "what-the-pack": "^2.0.3", "ws": "^7.2.0" } }