-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 962 Bytes
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "eafd",
"version": "1.2.2",
"description": "When you just don't have the words. Snoop does.",
"main": "index.js",
"files": [
"index.js",
"cli.js",
"audio/eafd.mp3"
],
"engines": {
"node": ">=8.0.0"
},
"bin": {
"eafd": "cli.js"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doesdev/eafd.git"
},
"keywords": [
"eat",
"a",
"fat",
"turkey",
"snoop",
"doggy",
"dogg",
"tts",
"audio",
"vulgar",
"insults",
"joke",
"effing ridiculous",
"I seriously made this because of a stupid client"
],
"author": "Andrew Carpenter (https://github.com/doesdev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/doesdev/eafd/issues"
},
"homepage": "https://eaft.doesdev.com",
"dependencies": {
"axios": "^0.19.0",
"google-tts-api": "0.0.4",
"validator": "^11.1.0"
}
}