18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "scraping-framalibre",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.20.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"node-fs": "^0.1.7",
|
|
"pretty": "^2.0.0"
|
|
}
|
|
}
|