Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 687 B
{
"name": "altair",
"version": "2.2.0",
"description": "altair discord search engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"lint": "eslint ."
},
"author": "tatsumara",
"license": "MIT",
"dependencies": {
"bottomify": "^0.3.0",
"consola": "^3.1.0",
"deepl": "^1.0.13",
"discord.js": "^13.14.0",
"dotenv": "^16.0.3",
"genius-lyrics": "^4.4.3",
"got": "11.8.5",
"he": "^1.2.0",
"rgb2hex": "^0.2.5",
"sift3": "^0.0.1",
"wikijs": "^6.4.1",
"youtube-sr": "^4.3.4"
},
"devDependencies": {
"eslint": "8.40",
"nodemon": "^3.0.3"
}
}