Files
firecrawl/apps/js-sdk/package.json
T

26 lines
506 B
JSON
Raw Normal View History

2024-04-16 11:38:22 -03: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": "",
2025-02-06 16:07:50 +01:00
"license": "MIT",
2024-04-16 11:38:22 -03:00
"dependencies": {
2024-10-23 16:31:01 -03:00
"@mendable/firecrawl-js": "1.7.1",
2024-05-27 16:23:57 -03:00
"axios": "^1.6.8",
2024-09-10 09:09:39 -03:00
"firecrawl": "^1.2.0",
2024-05-08 16:38:49 -07:00
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
2024-05-08 16:38:49 -07:00
"zod": "^3.23.8"
},
"devDependencies": {
"tsx": "^4.9.3"
2024-04-16 11:38:22 -03:00
}
}