You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/package.json

41 lines
1.1 KiB
JSON

{
2 years ago
"name": "haha-yes",
"version": "4.0.0",
"description": "",
"main": "index.js",
"scripts": {
2 years ago
"start": "node .",
"deploy": "node deploy-commands.cjs",
"deployGlobally": "node deploy-commands.cjs global",
2 years ago
"lint": "eslint .",
"lintfix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
2 years ago
"type": "module",
"keywords": [],
2 years ago
"author": "Supositware",
"homepage": "https://libtar.de",
"license": "AGPL",
"dependencies": {
"@discordjs/rest": "^0.4.1",
2 years ago
"discord-api-types": "^0.33.5",
"discord.js": "^14.3.0",
2 years ago
"dotenv": "^16.0.1",
"mariadb": "^3.0.1",
"mysql2": "^2.3.3",
"node-fetch": "^3.2.6",
2 years ago
"safe-regex": "github:davisjam/safe-regex",
"sequelize": "^6.21.3",
2 years ago
"turndown": "^7.1.1",
2 years ago
"twit": "^2.2.11",
"ytpplus-node": "github:Supositware/ytpplus-node"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@types/node": "^18.7.3",
"eslint": "^8.16.0",
"sequelize-cli": "^6.4.1"
}
}