-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
{ | ||
"name": "he4rt-discord-bot-next", | ||
"version": "2.8.15", | ||
"author": "He4rt Developers", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"dev": "concurrently pnpm:dev:*", | ||
"dev:build": "tsup --config tsup.development.config.ts", | ||
"dev:run": "nodemon .", | ||
"pm2:develop": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env development", | ||
"prod": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env production", | ||
"prod:build": "tsup --config tsup.production.config.ts", | ||
"version:init": "generi init", | ||
"version:patch": "generi log patch", | ||
"version:minor": "generi log minor", | ||
"version:major": "generi log major", | ||
"version:prepatch": "generi log prepatch", | ||
"version:preminor": "generi log preminor", | ||
"version:premajor": "generi log premajor", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"cron": "^2.3.0", | ||
"destr": "^1.2.2", | ||
"discord.js": "^14.11.0", | ||
"firebase-admin": "^11.8.0", | ||
"uncreate": "^0.9.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@types/cron": "^2.0.1", | ||
"concurrently": "^7.6.0", | ||
"dotenv": "^16.0.3", | ||
"esbuild-plugin-replace": "^1.3.0", | ||
"generi": "^1.2.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"nodemon": "^2.0.22", | ||
"pm2": "^5.3.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4" | ||
} | ||
} | ||
{ | ||
"name": "he4rt-discord-bot-next", | ||
"version": "2.9.0", | ||
"author": "He4rt Developers", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"dev": "concurrently pnpm:dev:*", | ||
"dev:build": "tsup --config tsup.development.config.ts", | ||
"dev:run": "nodemon .", | ||
"pm2:develop": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env development", | ||
"prod": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env production", | ||
"prod:build": "tsup --config tsup.production.config.ts", | ||
"version:init": "generi init", | ||
"version:patch": "generi log patch", | ||
"version:minor": "generi log minor", | ||
"version:major": "generi log major", | ||
"version:prepatch": "generi log prepatch", | ||
"version:preminor": "generi log preminor", | ||
"version:premajor": "generi log premajor", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"cron": "^2.3.0", | ||
"destr": "^1.2.2", | ||
"discord.js": "^14.11.0", | ||
"firebase-admin": "^11.8.0", | ||
"uncreate": "^0.9.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@types/cron": "^2.0.1", | ||
"concurrently": "^7.6.0", | ||
"dotenv": "^16.0.3", | ||
"esbuild-plugin-replace": "^1.3.0", | ||
"generi": "^1.2.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"nodemon": "^2.0.22", | ||
"pm2": "^5.3.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4" | ||
} | ||
} |