firecrawl/apps/js-sdk/package.json

18 lines
334 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-26 03:49:10 +08:00
"@mendable/firecrawl-js": "^0.0.15",
2024-04-16 22:38:22 +08:00
"axios": "^1.6.8"
}
}