poixpixel-discord-bot/package.json
dependabot[bot] efb96128e2
Bump @types/node from 20.8.6 to 20.8.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 20.8.7.
- [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>
2023-10-18 21:55:16 +00:00

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.13.0",
"mongoose": "^7.6.2"
},
"devDependencies": {
"@types/node": "^20.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}