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": {
|
2024-07-11 06:40:34 +02:00
|
|
|
"start": "node --env-file .env .",
|
|
|
|
"deploy": "node --env-file .env scripts/deploy-commands.js",
|
|
|
|
"deployGlobally": "node --env-file .env scripts/deploy-commands.js 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": {
|
2024-07-04 05:53:27 +02:00
|
|
|
"@discordjs/rest": "^2.3.0",
|
|
|
|
"discord-api-types": "^0.37.91",
|
|
|
|
"discord.js": "^14.15.3",
|
|
|
|
"mariadb": "^3.3.1",
|
|
|
|
"node-fetch": "^3.3.2",
|
|
|
|
"sequelize": "^6.37.3",
|
|
|
|
"turndown": "^7.2.0",
|
|
|
|
"twitter-api-v2": "^1.17.1",
|
2022-08-31 23:02:19 +02:00
|
|
|
"ytpplus-node": "github:Supositware/ytpplus-node"
|
2022-06-16 09:18:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-15 15:13:29 +02:00
|
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
|
|
"@babel/plugin-syntax-import-assertions": "^7.18.6",
|
2024-07-11 07:18:43 +02:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
|
|
"@eslint/js": "^9.6.0",
|
2022-08-14 22:29:01 +02:00
|
|
|
"@types/node": "^18.7.3",
|
2024-07-11 07:18:43 +02:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"globals": "^15.8.0",
|
2023-04-04 18:07:46 +02:00
|
|
|
"sequelize-cli": "^6.4.1",
|
2024-07-04 05:53:27 +02:00
|
|
|
"sqlite3": "^5.1.7"
|
2022-06-16 09:18:39 +02:00
|
|
|
}
|
|
|
|
}
|