firecrawl/apps/js-sdk/package.json
rafaelsideguide df1d506d17 js-sdk ok!
2024-04-16 13:31:16 -03:00

18 lines
333 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.8",
"axios": "^1.6.8"
}
}