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.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "poixpixel-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "./source/discord-bot.ts",
|
|
"author": "Poixpixel",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"scripts": {
|
|
"compile": "npx tsc",
|
|
"target": "node ./target/discord-bot.js",
|
|
"start": "yarn run compile && yarn run target"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.14.1",
|
|
"mongoose": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|