firecrawl/apps/js-sdk/package.json

18 lines
333 B
JSON
Raw Normal View History

2024-04-16 22:38:22 +08: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-17 00:31:16 +08:00
"@mendable/firecrawl-js": "^0.0.8",
2024-04-16 22:38:22 +08:00
"axios": "^1.6.8"
}
}