arabot/package.json
2022-07-09 04:07:35 +01:00

42 lines
1.1 KiB
JSON

{
"name": "arabot",
"version": "0.0.1",
"description": "A Discord bot for Animal Rights Advocates",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"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",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "^18.0.3",
"discord.js": "^13.8.1",
"dotenv": "^16.0.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"
}
}