UNPKG
otakundikz
Version:
latest (1.0.1)
1.0.1
1.0.0
Scraper anime dari otakudesu
otakundikz
/
package.json
17 lines
•
306 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"otakundikz"
,
"version"
:
"1.0.1"
,
"description"
:
"Scraper anime dari otakudesu"
,
"main"
:
"index.js"
,
"keywords"
:
[
"scraper"
,
"anime"
,
"otakudesu"
]
,
"author"
:
"NdikzOne"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"axios"
:
"^1.6.0"
,
"cheerio"
:
"^1.0.0-rc.12"
}
}