Files
amari/package.json
T
naomi 1b7f83f335
Node.js CI / Lint and Test (push) Successful in 42s
feat: auto-assign issues and prs to naomi
2025-08-27 17:58:28 -07:00

34 lines
829 B
JSON

{
"name": "amari",
"version": "0.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.2"
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.22.0",
"fastify": "5.5.0",
"node-schedule": "2.1.1",
"octokit": "5.0.3",
"rss-parser": "3.13.0"
}
}