init
This commit is contained in:
commit
f50d6ae45f
9 changed files with 854 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "apprev",
|
||||
"packageManager": "pnpm@10.8.1",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.25.3",
|
||||
"fastify": "^5.3.2",
|
||||
"oceanic.js": "^1.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.15.2",
|
||||
"tsx": "^4.19.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx --watch --env-file-if-exists=.env src/index.ts",
|
||||
"build": "node build.mjs",
|
||||
"start": "node build.mjs && node dist/index.js"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue