-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 816 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 816 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
34
35
36
{
"name": "snaith",
"version": "0.2.0",
"description": "Skill Bot",
"main": "app.js",
"dependencies": {
"apiai": "^4.0.3",
"ascii-art": "^1.5.0",
"canvas": "^2.6.0",
"canvas-constructor": "^3.1.0",
"chalk": "^4.0.0",
"cuteapi": "0.0.3",
"discord.js": "^12.2.0",
"fs": "0.0.1-security",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"node-superfetch": "^0.1.10",
"quick.hook": "^1.5.1",
"random-puppy": "^1.1.0",
"remove-markdown": "^0.3.0",
"request": "^2.88.0",
"snekfetch": "^4.0.4",
"string": "^3.3.3",
"superagent": "^4.1.0",
"unirest": "^0.5.1",
"uws": "^100.0.1",
"xml2js": "^0.4.23",
"ytdl-core": "^2.1.4"
},
"devDependencies": {},
"scripts": {
"test": "f;"
},
"author": "Wolfkid",
"license": "MIT"
}