-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "anime-wallpaper",
"version": "3.2.2",
"description": "Get Anime wallpapers based on scrapping from websites.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npx tsc",
"test": "node test/",
"docs": "typedoc --options typedoc.json"
},
"keywords": [
"anime",
"anime-wallpaper",
"wallpaper",
"images",
"scrape",
"hoyolab",
"pinterest"
],
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.4",
"@types/random-useragent": "^0.3.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "9.3.0",
"globals": "^15.9.0",
"typedoc": "0.26.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
},
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"random-useragent": "^0.5.0"
},
"repository": "https://github.com/iseizuu/anime-wallpaper.git",
"author": "Aizuu",
"bugs": {
"url": "https://github.com/iseizuu/anime-wallpaper/issues"
},
"homepage": "https://github.com/iseizuu/anime-wallpaper#readme"
}