sendou.ink/discord-bot/package.json
Kalle 4eaeb48136
Alternative login flow (magic link via bot) (#1488)
* Log in link creation initial

* Add global name to update all command

* Remove left over log

* Login command

* Update command

* Add todos

* TODOs

* Migration file fix order
2023-09-09 10:27:59 +03:00

20 lines
634 B
JSON

{
"name": "lohi",
"scripts": {
"dev": "node --experimental-fetch --require ts-node/register --require tsconfig-paths/register index.ts",
"commands": "node --experimental-fetch --require ts-node/register --require tsconfig-paths/register deploy-commands.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@discordjs/rest": "^2.0.1",
"discord-api-types": "^0.37.56",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"tiny-invariant": "^1.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
}
}