{ "name": "haha-yes", "version": "4.0.0", "description": "", "main": "index.js", "scripts": { "start": "node --env-file .env .", "deploy": "node --env-file .env scripts/deploy-commands.js", "deployGlobally": "node --env-file .env scripts/deploy-commands.js global", "lint": "eslint .", "lintfix": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "keywords": [], "author": "Supositware", "homepage": "https://libtar.de", "license": "AGPL", "dependencies": { "@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", "ytpplus-node": "github:Supositware/ytpplus-node" }, "devDependencies": { "@babel/eslint-parser": "^7.18.9", "@babel/plugin-syntax-import-assertions": "^7.18.6", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.6.0", "@types/node": "^18.7.3", "eslint": "^8.57.0", "globals": "^15.8.0", "sequelize-cli": "^6.4.1", "sqlite3": "^5.1.7" } }