generated from nhcarrigan/template
Naomi Carrigan
782afb13fa
### Explanation _No response_ ### Issue _No response_ ### Attestations - [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [ ] I have run the linter and resolved any errors. - [ ] My pull request uses an appropriate title, matching the conventional commit standards. - [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/mod-bot/pulls/10 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'",
|
|
"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": "9"
|
|
},
|
|
"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"
|
|
}
|
|
}
|