0
v-firecrawl/apps/js-sdk/package.json
2024-05-23 11:47:04 -03:00

19 lines
356 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",
"uuid": "^9.0.1"
}
}