mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.1 to 8.5.2. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.5.1...8.5.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"name": "poixpixel-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "./source/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 ./source --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.15.3",
|
|
"mongoose": "^8.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"eslint": "^9.8.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|