-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (33 loc) · 934 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
{
"name": "alpha-coders",
"version": "3.0.0",
"description": "A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !",
"main": "main/index.js",
"types": "main/types.d.ts",
"author": "biologyscience",
"license": "GPL-3.0-only",
"homepage": "https://alpha-coders.js.org",
"bugs": { "url": "https://github.com/biologyscience/alpha-coders/issues" },
"repository":
{
"url": "https://github.com/biologyscience/alpha-coders",
"type": "git"
},
"engines": { "node": ">=18.0.0" },
"keywords":
[
"wallpaper",
"wallpapers",
"api",
"wallpaper-abyss",
"alpha-coders",
"easy-to-use",
"wallpaper-api",
"promise",
"abyss",
"wallpaper abyss",
"alpha coders",
"easy to use",
"wallpaper api"
]
}