18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "scrpr",
|
|
"version": "1.0.0",
|
|
"description": "Web scraper bot - news edition",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"cheerio": "^1.0.0",
|
|
"express": "^4.18.0",
|
|
"ejs": "^3.1.9"
|
|
}
|
|
}
|