generated from nhcarrigan/template
wip: made some progress
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "veluna",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "prisma generate && tsc",
|
||||
"lint": "eslint src --max-warnings 0",
|
||||
"start": "op run --env-file=prod.env -- node prod/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.15.1",
|
||||
"devDependencies": {
|
||||
"@nhcarrigan/eslint-config": "5.2.0",
|
||||
"@nhcarrigan/typescript-config": "4.0.0",
|
||||
"@types/node": "24.3.1",
|
||||
"eslint": "9.34.0",
|
||||
"prisma": "6.15.0",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nhcarrigan/logger": "1.0.0",
|
||||
"@prisma/client": "6.15.0",
|
||||
"discord.js": "14.22.1",
|
||||
"fastify": "5.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user