plugins-evert/package.json

35 lines
776 B
JSON
Raw Normal View History

2020-12-03 19:27:14 +00:00
{
"name": "plugins-evert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2020-12-13 10:16:49 +00:00
"@discordjs/opus": "^0.3.3",
2020-12-03 19:27:14 +00:00
"@squeebot/core": "file:../core",
2020-12-05 10:00:00 +00:00
"cheerio": "^1.0.0-rc.3",
2020-12-03 19:27:14 +00:00
"convert-units": "^2.3.4",
2020-12-13 10:16:49 +00:00
"discord.js": "^12.5.1",
2020-12-05 10:00:00 +00:00
"gamedig": "^2.0.23",
2020-12-03 19:27:14 +00:00
"mathjs": "^8.0.1",
2020-12-06 16:16:11 +00:00
"node-ical": "^0.12.3",
"twitter-lite": "^0.14.0",
2020-12-13 10:16:49 +00:00
"typescript": "^4.1.2",
"ytdl-core": "^4.1.3",
"ytsr": "^1.0.4"
2020-12-03 19:27:14 +00:00
},
"devDependencies": {
2020-12-05 10:00:00 +00:00
"@types/cheerio": "^0.22.22",
2020-12-03 19:27:14 +00:00
"@types/convert-units": "^2.3.3",
2020-12-05 10:00:00 +00:00
"@types/gamedig": "^2.0.1",
2020-12-03 19:27:14 +00:00
"@types/mathjs": "^6.0.8",
"@types/node": "^14.14.10"
}
}