mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 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": {
|
|
"discord.js": "^14.17.3",
|
|
"drizzle-orm": "^0.38.3",
|
|
"pg": "^8.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.17.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@types/node": "^22.10.5",
|
|
"@types/pg": "^8.11.10",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
"@typescript-eslint/parser": "^8.19.1",
|
|
"drizzle-kit": "^0.30.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"globals": "^15.14.0",
|
|
"prettier": "3.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"packageManager": "yarn@4.5.3"
|
|
}
|