mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 17:24:14 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.3.0 to 22.4.0. - [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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
673 B
JSON
26 lines
673 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.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.4.0",
|
|
"eslint": "^9.9.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
|
}
|