ionian/packages/server/package.json

42 lines
958 B
JSON
Raw Permalink 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": {
2024-10-08 02:11:21 +09:00
"@zip.js/zip.js": "^2.7.52",
"better-sqlite3": "^9.6.0",
"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",
2024-10-08 02:11:21 +09:00
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-compose": "^4.1.0",
"koa-router": "^12.0.1",
2024-10-08 02:11:21 +09:00
"kysely": "^0.27.4",
"natural-orderby": "^2.0.3",
"tiny-async-pool": "^1.3.0"
},
"devDependencies": {
2024-10-08 02:11:21 +09:00
"@types/better-sqlite3": "^7.6.11",
"@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",
2024-10-08 02:11:21 +09:00
"@types/node": "^22.7.4",
"@types/tiny-async-pool": "^1.0.5",
2024-10-08 02:11:21 +09:00
"nodemon": "^3.1.7",
2024-10-06 00:32:05 +09:00
"tsx": "^4.19.1",
2024-10-08 02:11:21 +09:00
"typescript": "^5.6.2"
}
}