mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"name": "server.sendou.ink",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "tsm src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tinyhttp/app": "^2.0.11",
|
|
"@tinyhttp/logger": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsm": "^2.1.2",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"type": "module"
|
|
}
|