Skip to content

Commit 57e8626

Browse files
author
7coil
committed
actually have a package.json
1 parent 0eb18cf commit 57e8626

2 files changed

Lines changed: 406 additions & 0 deletions

File tree

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "bot.discordapps.dev",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"repository": "https://github.com/Terminal/bot.discordapps.dev.git",
6+
"author": "7coil <katie@discordmail.com>",
7+
"license": "MIT",
8+
"dependencies": {
9+
"discord.js": "^11.4.2",
10+
"express": "^4.16.4",
11+
"node-fetch": "^2.4.1"
12+
}
13+
}

0 commit comments

Comments
 (0)