-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "multipurpose-bot",
"version": "1.0.0",
"description": "Modular bot framework",
"repository": {
"type": "git",
"url": "https://github.com/InfinitePossibilities/MultipurposeBot"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^12.12.47",
"bloxy": "^4.0.0-alpha3",
"devbloxy": "^4.0.0-alpha4",
"discord.js": "^12.2.0",
"fs": "0.0.1-security",
"http-proxy": "^1.18.1",
"mysql": "^2.18.1",
"noblox.js": "^4.6.1",
"node-fetch": "^2.6.0",
"opusscript": "0.0.6",
"roblox-js": "^4.0.4",
"trello": "^0.10.0",
"typescript": "^3.9.5",
"xmlhttprequest": "^1.8.0",
"ytdl": "^0.12.0",
"ytdl-core": "^0.29.3"
}
}