srch/package.json
2024-03-10 01:33:08 +13:00

18 lines
327 B
JSON

{
"name": "crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.3",
"sqlite3": "^5.1.7"
}
}