mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 01:09:02 -05:00
* 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
20 lines
634 B
JSON
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"
|
|
}
|
|
}
|