aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c0c7435243651808db928d706a4d888ddbb69972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "umbilical",
	"version": "1.0.0",
	"description": "connect four discord bot",
	"main": "index.js",
	"repository": "https://github.com/lonkaars/umbilical",
	"author": "lonkaars <l.leblansch@gmail.com>",
	"license": "MIT",
	"private": false,
	"dependencies": {
		"@types/node": "^14.14.41",
		"axios": "^0.21.1",
		"cheerio": "^1.0.0-rc.6",
		"discord.js": "^12.5.3",
		"dotenv": "^8.2.0"
	},
	"type": "module"
}