-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
38
39
40
41
42
43
44
45
46
{
"name": "@sefinek/random-animals",
"version": "2.0.3",
"description": "The best npm package that retrieves images of random animals such as cats, foxes, dogs, and more! All powered by a fast API interface!",
"keywords": [
"alpaca",
"alpacas",
"animals-api",
"api",
"bird",
"birds",
"cat",
"cats",
"dog",
"dogs",
"fish",
"fishes",
"fox",
"foxes",
"image",
"images",
"random",
"random-animals"
],
"homepage": "https://github.com/sefinek24/random-animals#readme",
"bugs": {
"url": "https://github.com/sefinek24/random-animals/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/random-animals.git"
},
"license": "MIT",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "jest test",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"globals": "^15.9.0",
"jest": "^29.7.0"
}
}