-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
package.json
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
34
35
36
37
{
"name": "machobot-typed",
"version": "1.0.0",
"description": "Typescript version of Machobot.",
"main": "out/index.js",
"scripts": {
"start": "tsc && node out/index"
},
"author": "jasonhaxstuff",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.18.0",
"better-youtube-api": "0.3.4",
"canvas": "^2.0.1",
"common-tags": "^1.8.0",
"discord.js": "https://github.com/discordjs/discord.js",
"discord.js-commando": "https://github.com/discordjs/Commando",
"erlpack": "github:discordapp/erlpack",
"html-entities": "^1.2.1",
"libsodium-wrappers": "^0.7.3",
"machobot-database": "0.1.14",
"node-opus": "^0.3.0",
"numeral": "^2.0.6",
"sqlite": "^2.9.2",
"uws": "^10.148.1",
"ytdl-core": "^0.20.4",
"zlib-sync": "^0.1.4"
},
"devDependencies": {
"@types/common-tags": "^1.4.0",
"@types/node": "^10.5.2",
"@types/sqlite3": "^3.1.3",
"tslint": "^5.11.0",
"tslint-config-standard": "^7.1.0",
"typescript": "^2.9.2"
}
}