mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "js-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "example.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mendable/firecrawl-js": "^0.0.15",
|
|
"axios": "^1.6.8"
|
|
}
|
|
}
|