35 lines
776 B
JSON
35 lines
776 B
JSON
{
|
|
"name": "plugins-evert",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.3.3",
|
|
"@squeebot/core": "file:../core",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"convert-units": "^2.3.4",
|
|
"discord.js": "^12.5.1",
|
|
"gamedig": "^2.0.23",
|
|
"mathjs": "^8.0.1",
|
|
"node-ical": "^0.12.3",
|
|
"twitter-lite": "^0.14.0",
|
|
"typescript": "^4.1.2",
|
|
"ytdl-core": "^4.1.3",
|
|
"ytsr": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.22",
|
|
"@types/convert-units": "^2.3.3",
|
|
"@types/gamedig": "^2.0.1",
|
|
"@types/mathjs": "^6.0.8",
|
|
"@types/node": "^14.14.10"
|
|
}
|
|
}
|