21 lines
431 B
JSON
21 lines
431 B
JSON
|
|
{
|
||
|
|
"name": "guild-service",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"dev": "bun run src/index.ts"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"packageManager": "pnpm@10.33.2",
|
||
|
|
"dependencies": {
|
||
|
|
"@types/node": "^25.6.0",
|
||
|
|
"elysia": "^1.4.28",
|
||
|
|
"ts-node": "^10.9.2",
|
||
|
|
"typescript": "^6.0.3"
|
||
|
|
}
|
||
|
|
}
|