framalibre-scraping/package.json

18 lines
342 B
JSON
Raw Permalink Normal View History

{
"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",
2022-07-11 10:50:56 +02:00
"cheerio": "^1.0.0-rc.12",
"node-fs": "^0.1.7",
"pretty": "^2.0.0"
}
}