37e9af4080
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "discordbot-cloudflarewarp",
|
|
"version": "1.1.1",
|
|
"description": "Simple discord.js bot that runs behind a Cloudflare WARP tunnel and logs the Cloudflare IP it uses",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.16.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|