nekosia.js 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nekosia.js",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "A simple wrapper for the Nekosia API that provides easy access to random anime images. Enrich your projects with a touch of anime magic and feline charm, meow~! Discover why switching to Nekosia is the purrfect choice! 💗",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anime",
|
|
@@ -45,8 +45,12 @@
|
|
|
45
45
|
"type": "git",
|
|
46
46
|
"url": "git+https://github.com/Nekosia-API/nekosia.js.git"
|
|
47
47
|
},
|
|
48
|
+
"funding": {
|
|
49
|
+
"type": "ko-fi",
|
|
50
|
+
"url": "https://ko-fi.com/nekosia"
|
|
51
|
+
},
|
|
48
52
|
"license": "MIT",
|
|
49
|
-
"author": "
|
|
53
|
+
"author": "Nekosia <support@nekosia.cat> (https://nekosia.cat)",
|
|
50
54
|
"type": "commonjs",
|
|
51
55
|
"main": "index.js",
|
|
52
56
|
"types": "types/index.d.ts",
|
|
@@ -59,8 +63,8 @@
|
|
|
59
63
|
"up": "ncu -u && npm install && npm update && npm audit fix"
|
|
60
64
|
},
|
|
61
65
|
"devDependencies": {
|
|
62
|
-
"@eslint/js": "^9.
|
|
63
|
-
"globals": "^16.
|
|
64
|
-
"jest": "^30.0.
|
|
66
|
+
"@eslint/js": "^9.32.0",
|
|
67
|
+
"globals": "^16.3.0",
|
|
68
|
+
"jest": "^30.0.5"
|
|
65
69
|
}
|
|
66
70
|
}
|