myteams-api
Version:
An MyTeams Module to use discord.js and Twitch API easily
41 lines (40 loc) • 809 B
JSON
{
"name": "myteams-api",
"version": "3.0.0",
"description": "An MyTeams Module to use discord.js and Twitch API easily",
"main": "Dist/index.js",
"scripts": {
"build": "tsc"
},
"engines": {
"node": ">=16.6.0"
},
"keywords": [
"discord",
"discord.js",
"typescript",
"helper",
"myteams",
"twitch",
"node-twitch",
"streams",
"stream"
],
"author": "UnknownVazguz",
"license": "MIT",
"dependencies": {
"@types/jsdom": "^16.2.13",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"discord.js": "^13.1.0",
"fs": "^0.0.1-security",
"glob": "^7.1.7",
"jsdom": "^17.0.0",
"mongoose": "^5.13.7",
"ts-node": "^10.2.0",
"typedoc": "^0.21.5",
"typescript": "^4.3.5",
"util": "^0.12.4"
}
}