mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-07 17:33:05 +00:00
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.3 to 4.19.4. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.3...v4.19.4) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.19.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"name": "poixpixel-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "./src/discord-bot.ts",
|
|
"author": "Poixpixel",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "npx tsc",
|
|
"target": "node ./target/discord-bot.js",
|
|
"start:dev": "yarn run compile && yarn run target",
|
|
"start:dev:no-deploy": "cross-env SKIP_COMMAND_DEPLOY=true yarn run start:dev",
|
|
"start:prod": "yarn compile && pm2 start ./target/discord-bot.js --name poixpixel-discord-bot",
|
|
"restart": "pm2 restart poixpixel-discord-bot",
|
|
"undeploy-commands": "yarn compile && node --experimental-specifier-resolution=node ./target/util/undeployCommands.js",
|
|
"lint": "npx eslint ./src && npx tsc --noEmit",
|
|
"format": "prettier --check --ignore-path .prettierignore .",
|
|
"format:fix": "prettier --write --ignore-path .prettierignore .",
|
|
"prepare": "ts-patch install -s && husky"
|
|
},
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.69",
|
|
"discord.js": "^14.19.2",
|
|
"drizzle-orm": "^0.43.1",
|
|
"ioredis": "^5.6.1",
|
|
"pg": "^8.15.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.25.1",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@types/node": "^22.15.3",
|
|
"@types/pg": "^8.11.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
"@typescript-eslint/parser": "^8.31.1",
|
|
"cross-env": "^7.0.3",
|
|
"drizzle-kit": "^0.31.0",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"globals": "^16.0.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.1",
|
|
"prettier": "3.5.3",
|
|
"ts-node": "^10.9.2",
|
|
"ts-patch": "^3.3.0",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3",
|
|
"typescript-transform-paths": "^3.5.5"
|
|
},
|
|
"packageManager": "yarn@4.9.1"
|
|
}
|