2022-06-16 09:18:39 +02:00
|
|
|
{
|
2022-06-17 02:08:45 +02:00
|
|
|
"name": "haha-yes",
|
|
|
|
"version": "4.0.0",
|
2022-06-16 09:18:39 +02:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-06-17 02:08:45 +02:00
|
|
|
"start": "node .",
|
2022-06-17 12:51:23 +02:00
|
|
|
"deploy": "node deploy-commands.cjs",
|
|
|
|
"deployGlobally": "node deploy-commands.cjs global",
|
2022-06-17 02:14:14 +02:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lintfix": "eslint . --fix",
|
2022-06-16 09:18:39 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2022-06-17 01:25:14 +02:00
|
|
|
"type": "module",
|
2022-06-16 09:18:39 +02:00
|
|
|
"keywords": [],
|
2022-06-17 02:08:45 +02:00
|
|
|
"author": "Supositware",
|
|
|
|
"homepage": "https://libtar.de",
|
|
|
|
"license": "AGPL",
|
2022-06-16 09:18:39 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@discordjs/builders": "^0.13.0",
|
|
|
|
"@discordjs/rest": "^0.4.1",
|
|
|
|
"discord-api-types": "^0.33.1",
|
|
|
|
"discord.js": "^13.7.0",
|
2022-06-17 01:25:14 +02:00
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
"node-fetch": "^3.2.6"
|
2022-06-16 09:18:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.16.0"
|
|
|
|
}
|
|
|
|
}
|