mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.30.4 to 0.30.5. - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.4...drizzle-kit@0.30.5) --- updated-dependencies: - dependency-name: drizzle-kit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 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": "yarn run compile && yarn run target",
|
|
"lint": "npx eslint ./src && npx tsc --noEmit",
|
|
"format": "prettier --check --ignore-path .prettierignore .",
|
|
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
|
},
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.67",
|
|
"discord.js": "^14.18.0",
|
|
"drizzle-orm": "^0.39.3",
|
|
"pg": "^8.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
"@eslint/js": "^9.21.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@types/node": "^22.13.5",
|
|
"@types/pg": "^8.11.11",
|
|
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
"@typescript-eslint/parser": "^8.25.0",
|
|
"drizzle-kit": "^0.30.5",
|
|
"eslint": "^9.21.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"globals": "^16.0.0",
|
|
"prettier": "3.5.2",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|