This repository has been archived on 2021-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
RealtimeDB-OLD/package.json

44 lines
1.1 KiB
JSON

{
"name": "@hibas123/realtime-db",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
"watch-ts": "tsc -w",
"watch-node": "nodemon --ignore *.ts lib/index.js",
"watch": "concurrently \"npm:watch-*\"",
"prepublishOnly": "tsc"
},
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "ISC",
"devDependencies": {
"@types/ini": "^1.3.30",
"@types/leveldown": "^4.0.0",
"@types/levelup": "^3.1.1",
"@types/node": "^12.7.5",
"@types/shortid": "0.0.29",
"@types/socket.io": "^2.1.2",
"concurrently": "^4.1.2",
"nodemon": "^1.19.2",
"typescript": "^3.6.3"
},
"dependencies": {
"@hibas123/binary-encoder": "^1.0.0",
"@hibas123/nodelogging": "^2.1.0",
"@hibas123/utils": "^2.1.1",
"@types/koa": "^2.0.49",
"@types/koa-router": "^7.0.42",
"handlebars": "^4.2.0",
"ini": "^1.3.5",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-router": "^7.4.0",
"leveldown": "^5.2.0",
"levelup": "^4.2.0",
"shortid": "^2.2.15",
"socket.io": "^2.2.0"
}
}