mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"name": "poixpixel-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "./src/index.ts",
|
|
"author": "Poixpixel",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"compile": "npx tsc",
|
|
"target": "node target/index.js",
|
|
"start": "yarn compile && yarn target"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/builders": "^1.6.5",
|
|
"@discordjs/rest": "^2.0.1",
|
|
"discord.js": "^14.13.0",
|
|
"esbuild": "^0.19.3",
|
|
"mongoose": "^7.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|