ionian/packages/server/package.json

42 lines
958 B
JSON
Raw Normal View History

{
"name": "followed",
"version": "1.0.0",
"description": "",
"main": "build/app.js",
2024-10-06 00:32:05 +09:00
"type": "module",
"scripts": {
2024-10-06 00:32:05 +09:00
"dev": "tsx watch src/app.ts",
"start": "tsx src/app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zip.js/zip.js": "^2.7.40",
"better-sqlite3": "^9.4.3",
"chokidar": "^3.6.0",
2024-10-06 00:32:05 +09:00
"dbtype": "workspace:dbtype",
"dotenv": "^16.4.5",
2024-10-06 00:32:05 +09:00
"jose": "^5.9.3",
"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": {
"@types/better-sqlite3": "^7.6.9",
"@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": ">=20.0.0",
"@types/tiny-async-pool": "^1.0.5",
2024-10-06 00:32:05 +09:00
"nodemon": "^3.1.0",
"tsx": "^4.19.1",
"typescript": "^5.2.2"
}
}