|
15 | 15 | "start-built": "bun --trace-warnings bin/index.js", |
16 | 16 | "build-and-run": "bun run build && bun run start-built", |
17 | 17 | "build-and-run-prod": "bun run lint && bun run build-prod && bun run start-built", |
18 | | - "sentry:sourcemaps": "bunx sentry-cli sourcemaps inject --org developer-den-59 --project discord-bot ./bin && bunx sentry-cli sourcemaps upload --org developer-den-59 --project discord-bot ./bin" |
| 18 | + "sentry:sourcemaps": "bunx sentry-cli sourcemaps inject --org developer-den-59 --project discord-bot ./bin && bunx sentry-cli sourcemaps upload --org developer-den-59 --project discord-bot ./bin", |
| 19 | + "prepare": "husky", |
| 20 | + "lint-staged": { |
| 21 | + "**/*": "prettier --write --ignore-unknown" |
| 22 | + } |
19 | 23 | }, |
20 | 24 | "keywords": [], |
21 | 25 | "author": "Developer Den", |
22 | 26 | "license": "MIT", |
23 | 27 | "dependencies": { |
24 | | - "@microsoft/eslint-formatter-sarif": "3.1.0", |
25 | 28 | "@sentry/bun": "^10.1.0", |
26 | 29 | "@sentry/cli": "^2.50.2", |
27 | 30 | "@sequelize/core": "^7.0.0-alpha.46", |
|
57 | 60 | ], |
58 | 61 | "repository": "https://github.com/TheDeveloperDen/DevDenBot.git", |
59 | 62 | "devDependencies": { |
| 63 | + "@microsoft/eslint-formatter-sarif": "3.1.0", |
60 | 64 | "@eslint/eslintrc": "^3.3.1", |
61 | 65 | "@eslint/js": "^9.32.0", |
62 | 66 | "@sentry/types": "^8.55.0", |
|
70 | 74 | "@types/string-similarity": "^4.0.2", |
71 | 75 | "@types/validator": "^13.15.2", |
72 | 76 | "eslint": "^9.32.0", |
| 77 | + "eslint-config-prettier": "^10.1.8", |
73 | 78 | "globals": "^15.15.0", |
| 79 | + "husky": "^9.1.7", |
| 80 | + "lint-staged": "^16.1.4", |
74 | 81 | "nodemon": "^3.1.10", |
75 | 82 | "prettier": "3.6.2", |
76 | 83 | "ts-node": "^10.9.2", |
|
0 commit comments