-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "nekosia.js",
"version": "0.1.5",
"description": "A simple wrapper for the Nekosia API that offers seamless access to random anime images. Add a touch of anime magic and feline charm to your projects, meow~~! Find out why Nekosia is the purrfect choice!",
"keywords": [
"anime api",
"anime art",
"anime catgirls",
"anime characters",
"anime gifs",
"anime images",
"anime library",
"anime nekos",
"anime wallpaper",
"anime",
"anime-api",
"api wrapper",
"cat ears",
"cat",
"catgirl",
"catgirls",
"cute animals",
"cute nekos",
"feline",
"image api",
"japan",
"javascript",
"js library",
"kawaii",
"manga",
"moe",
"neko girls",
"neko",
"nekos",
"nekosia api",
"nekosia",
"otaku",
"random anime",
"typescript",
"waifu"
],
"homepage": "https://nekosia.cat",
"bugs": {
"url": "https://github.com/Nekosia-API/nekosia.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nekosia-API/nekosia.js.git"
},
"license": "MIT",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "jest",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"globals": "^15.12.0",
"jest": "^29.7.0"
}
}