mirror of
https://github.com/LukeHagar/toyo-discord-bot.git
synced 2025-12-06 04:21:49 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "awwbot",
|
|
"version": "1.0.0",
|
|
"description": "A simple discord bot that uses intents to post pictures from r/aww",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"start": "wrangler dev",
|
|
"ngrok": "ngrok http 8787",
|
|
"test": "c8 mocha test",
|
|
"fix": "eslint --fix '**/*.js'",
|
|
"lint": "eslint '**/*.js'",
|
|
"register": "node src/register.js",
|
|
"publish": "wrangler deploy"
|
|
},
|
|
"keywords": [],
|
|
"author": "Justin Beckwith <justin.beckwith@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"discord-interactions": "^4.0.0",
|
|
"itty-router": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.1.1",
|
|
"c8": "^10.1.2",
|
|
"chai": "^5.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^9.1.0",
|
|
"eslint-config-prettier": "^10.0.2",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"globals": "^16.0.0",
|
|
"mocha": "^11.0.0",
|
|
"ngrok": "^5.0.0-beta.2",
|
|
"prettier": "^3.2.5",
|
|
"sinon": "^19.0.2",
|
|
"wrangler": "^4.5.0"
|
|
}
|
|
}
|