generated from nhcarrigan/template
Naomi Carrigan
734514f87c
All checks were successful
Node.js CI / Lint and Test (push) Successful in 36s
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "naomis-moderation-bot",
|
|
"version": "1.3.0",
|
|
"description": "A public paid moderation bot for Discord.",
|
|
"main": "prod/index.js",
|
|
"scripts": {
|
|
"audit": "knip",
|
|
"prebuild": "rm -rf prod && prisma generate",
|
|
"build": "tsc",
|
|
"lint": "eslint src --max-warnings 0 && prettier src --check",
|
|
"start": "op run --env-file='./prod.env' -- node prod/index.js",
|
|
"test": "echo 'no tests yet' && exit 0",
|
|
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/mod-bot' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_mod-bot -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nhcarrigan/mod-bot.git"
|
|
},
|
|
"author": "Naomi Carrigan",
|
|
"bugs": {
|
|
"url": "https://github.com/nhcarrigan/mod-bot/issues"
|
|
},
|
|
"engines": {
|
|
"node": "22",
|
|
"pnpm": "10"
|
|
},
|
|
"homepage": "https://github.com/nhcarrigan/mod-bot#readme",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "3.2.0",
|
|
"@nhcarrigan/prettier-config": "3.2.0",
|
|
"@nhcarrigan/typescript-config": "3.0.0",
|
|
"@types/express": "4.17.21",
|
|
"@types/node-schedule": "2.1.7",
|
|
"eslint": "8.57.0",
|
|
"knip": "5.15.0",
|
|
"prettier": "3.2.5",
|
|
"prisma": "5.13.0",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "20.1.1",
|
|
"@prisma/client": "5.13.0",
|
|
"discord.js": "14.15.2",
|
|
"dotenv": "16.4.5",
|
|
"express": "4.19.2",
|
|
"node-html-to-image": "4.0.0",
|
|
"node-schedule": "2.1.1",
|
|
"prom-client": "15.1.3",
|
|
"winston": "3.13.0"
|
|
}
|
|
}
|