feat: Added crawler template.

This commit is contained in:
Spencer Brower
2025-09-12 12:15:27 -04:00
parent 313051a9bd
commit a95cf11b08
8 changed files with 3921 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"crawlee": "^3.14.1"
}
}