generated from nhcarrigan/template
36 lines
915 B
JSON
36 lines
915 B
JSON
{
|
|
"name": "amari",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "op run --env-file=prod.env -- node prod/index.js",
|
|
"lint": "eslint src --max-warnings 0",
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.15.0",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/node": "24.3.0",
|
|
"@types/node-schedule": "2.1.8",
|
|
"eslint": "9.33.0",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@nhcarrigan/discord-analytics": "0.0.6",
|
|
"@nhcarrigan/logger": "1.1.1",
|
|
"@retroachievements/api": "2.10.0",
|
|
"discord.js": "14.22.0",
|
|
"fastify": "5.7.4",
|
|
"node-schedule": "2.1.1",
|
|
"octokit": "5.0.5",
|
|
"rss-parser": "3.13.0"
|
|
}
|
|
}
|