mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-09 08:29:29 +00:00
Merge 7fea10ffd5
into 38e59ae6e7
This commit is contained in:
commit
c3a1f6dcfb
46 changed files with 4635 additions and 278 deletions
13
package.json
13
package.json
|
@ -9,10 +9,13 @@
|
|||
"scripts": {
|
||||
"compile": "npx tsc",
|
||||
"target": "node ./target/discord-bot.js",
|
||||
"start": "yarn run compile && yarn run target",
|
||||
"start:dev": "yarn run compile && yarn run target",
|
||||
"start:prod": "yarn compile && pm2 start ./target/discord-bot.js --name poixpixel-discord-bot",
|
||||
"restart": "pm2 restart poixpixel-discord-bot",
|
||||
"lint": "npx eslint ./src && npx tsc --noEmit",
|
||||
"format": "prettier --check --ignore-path .prettierignore .",
|
||||
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
||||
"format:fix": "prettier --write --ignore-path .prettierignore .",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@napi-rs/canvas": "^0.1.68",
|
||||
|
@ -22,6 +25,8 @@
|
|||
"pg": "^8.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.8.0",
|
||||
"@commitlint/config-conventional": "^19.8.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
|
@ -33,10 +38,12 @@
|
|||
"eslint": "^9.23.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"globals": "^16.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.0",
|
||||
"prettier": "3.5.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"packageManager": "yarn@4.6.0"
|
||||
"packageManager": "yarn@4.7.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue