mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
18 lines
339 B
JSON
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"
|
|
}
|
|
}
|