Files
djby-crawler/package.json
2025-07-02 18:23:02 +08:00

18 lines
324 B
JSON

{
"name": "djby-crawler",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"dotenv": "^17.0.1"
}
}