mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-20 00:44:14 +02:00
37 lines
989 B
JSON
37 lines
989 B
JSON
{
|
|
"name": "arabot",
|
|
"version": "0.0.1",
|
|
"description": "A Discord bot for Animal Rights Advocates",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Animal-Rights-Advocates-Discord/arabot.ts.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"veganism",
|
|
"sapphire",
|
|
"discordjs"
|
|
],
|
|
"author": "Animal Rights Advocates",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts/issues"
|
|
},
|
|
"homepage": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts#readme",
|
|
"dependencies": {
|
|
"@sapphire/framework": "^2.5.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
"@typescript-eslint/parser": "^5.30.5",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0"
|
|
}
|
|
}
|