mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
24 lines
458 B
JSON
24 lines
458 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.19",
|
|
"axios": "^1.6.8",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.9.3"
|
|
}
|
|
}
|