-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 951 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
{
"name": "random-anime-quotes",
"version": "1.0.3",
"description": "Generate random anime quotes.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node __tests__/getQuote.js",
"lint": "eslint index.js --fix"
},
"api": "https://animu.ml/api",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/notkyoyo/random-anime-quotes.git"
},
"funding": "https://ko-fi.com/Aeryk",
"keywords": [
"anime",
"generator",
"anime-quotes",
"anime-quote",
"quotes",
"discord",
"bot",
"ani-quotes",
"quotes-api",
"anime-api"
],
"author": "aeryk",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/notkyoyo/random-anime-quotes/issues"
},
"homepage": "https://github.com/notkyoyo/random-anime-quotes#readme",
"dependencies": {
"eventemitter3": "^4.0.7",
"phin": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.24.0"
}
}