-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 719 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
{
"name": "anime-facts",
"version": "6.3.14",
"description": "Generate random anime facts.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node __tests__/getFact.js"
},
"api": "https://waifu.it/api",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kyrea/anime-facts.git"
},
"keywords": [
"anime",
"generator",
"facts",
"discord",
"bot"
],
"author": "aeryk",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/kyrea/anime-facts/issues"
},
"homepage": "https://github.com/kyrea/anime-facts#readme",
"dependencies": {
"eventemitter3": "^4.0.7",
"phin": "^3.7.0"
}
}