generated from nhcarrigan/template
32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"name": "callista",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "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.17.1",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/node": "24.6.0",
|
|
"eslint": "9.39.2",
|
|
"tsx": "4.20.6",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@nhcarrigan/discord-analytics": "0.0.6",
|
|
"@nhcarrigan/logger": "1.1.1",
|
|
"discord.js": "14.22.1",
|
|
"fastify": "5.6.1"
|
|
}
|
|
}
|