mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-21 22:06:23 +01:00
Create package.json
This commit is contained in:
parent
9f4c330a0b
commit
c25350e9b9
1 changed files with 22 additions and 0 deletions
22
NekopoiScrapper/package.json
Normal file
22
NekopoiScrapper/package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue