tingle-bot/package.json
Naomi Carrigan 7c0bd7ad10 feat: update this highly outdated app to use latest packages and custom configs (#1)
Reviewed-on: https://codeberg.org/nhcarrigan/tingle-bot/pulls/1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-26 19:46:33 +00:00

37 lines
868 B
JSON

{
"name": "tinglebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src test --max-warnings 0",
"start": "op run --env-file=./prod.env -- node prod/index.js",
"test": "vitest run --coverage"
},
"author": "",
"license": "See license in LICENSE.md",
"engines": {
"node": "20",
"pnpm": "9"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.0.0-rc1",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node-schedule": "2.1.7",
"@types/uuid": "10.0.0",
"@vitest/coverage-istanbul": "2.1.1",
"eslint": "9.11.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"dependencies": {
"discord.js": "14.16.2",
"node-schedule": "2.1.1",
"sharp": "0.33.5",
"uuid": "10.0.0",
"winston": "3.14.2"
}
}