Files
nix/templates/crawler/package.json
2025-09-12 12:28:24 -04:00

18 lines
339 B
JSON

{
"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"
}
}