mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "hello-world",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsx index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.12",
|
|
"prettier": "3.2.5",
|
|
"tsx": "^4.7.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.20.7",
|
|
"@e2b/code-interpreter": "^0.0.2",
|
|
"@mendable/firecrawl-js": "^0.0.21",
|
|
"buffer": "^6.0.3",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|