0
v-firecrawl/apps/js-sdk/package.json

19 lines
356 B
JSON
Raw Normal View History

2024-04-16 10:38:22 -04:00
{
"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": {
2024-04-25 15:49:10 -04:00
"@mendable/firecrawl-js": "^0.0.15",
2024-05-23 10:47:04 -04:00
"axios": "^1.6.8",
"uuid": "^9.0.1"
2024-04-16 10:38:22 -04:00
}
}