poixpixel-discord-bot/package.json
dependabot[bot] e63d9789ad
Bump @types/node from 20.14.11 to 20.14.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12.
- [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>
2024-07-23 21:09:02 +00:00

25 lines
593 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.1"
},
"devDependencies": {
"@types/node": "^20.14.12",
"eslint": "^9.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}