mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
875 B
JSON
34 lines
875 B
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"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.16.3",
|
|
"drizzle-orm": "^0.36.4",
|
|
"pg": "^8.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/node": "^22.10.0",
|
|
"@types/pg": "^8.11.10",
|
|
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
|
"@typescript-eslint/parser": "^8.16.0",
|
|
"drizzle-kit": "^0.28.1",
|
|
"eslint": "^9.15.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "yarn@4.5.2"
|
|
}
|