mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-14 02:16:22 +01:00
22 lines
465 B
JSON
22 lines
465 B
JSON
{
|
|
"name": "NekopoiScrapper",
|
|
"version": "1.0.0",
|
|
"description": "Scrapper for nekopoi",
|
|
"main": "./NekopoiScrapper/index.js",
|
|
"scripts": {
|
|
"start": "node ./example.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moepoi/NekopoiScrapper.git"
|
|
},
|
|
"author": {
|
|
"name": "moepoi",
|
|
"email": "moepoi@protonmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"cheerio": "^1.0.0-rc.2"
|
|
}
|
|
}
|