generated from nhcarrigan/template
feat: re-merge (#2)
Reviewed-on: https://codeberg.org/nhcarrigan/tingle-bot/pulls/2 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "eslint src test --max-warnings 0",
|
||||
"start": "op run --env-file=./prod.env -- node prod/index.js",
|
||||
"start": "op run --env-file=./prod.env --no-masking -- node prod/index.js",
|
||||
"test": "vitest run --coverage"
|
||||
},
|
||||
"author": "",
|
||||
@ -28,6 +28,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "14.16.2",
|
||||
"fastify": "5.0.0",
|
||||
"node-schedule": "2.1.1",
|
||||
"sharp": "0.33.5",
|
||||
"uuid": "10.0.0",
|
||||
|
Reference in New Issue
Block a user