discord_peak_bot/web/package.json

22 lines
393 B
JSON
Raw Normal View History

2024-08-03 11:18:28 +00:00
{
"name": "web",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.11.1",
"hono": "^4.3.7",
"axios": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"typescript": "^4.5.2",
"tsx": "^4.7.1"
},
"type": "module"
}