{ "name": "followed", "version": "1.0.0", "description": "", "main": "build/app.js", "scripts": { "compile": "tsc", "compile:watch": "tsc -w", "build": "cd src/client && pnpm run build:prod", "build:watch": "cd src/client && pnpm run build:watch", "start": "node build/app.js" }, "author": "", "license": "ISC", "dependencies": { "@zip.js/zip.js": "^2.7.40", "better-sqlite3": "^9.4.3", "chokidar": "^3.6.0", "jsonwebtoken": "^8.5.1", "koa": "^2.15.2", "koa-bodyparser": "^4.4.1", "koa-compose": "^4.1.0", "koa-router": "^12.0.1", "kysely": "^0.27.3", "natural-orderby": "^2.0.3", "tiny-async-pool": "^1.3.0" }, "devDependencies": { "dbtype": "*", "@types/jsonwebtoken": "^8.5.9", "@types/koa": "^2.15.0", "@types/koa-bodyparser": "^4.3.12", "@types/koa-compose": "^3.2.8", "@types/koa-router": "^7.4.8", "@types/node": "^14.18.63", "@types/tiny-async-pool": "^1.0.5" } }