firecrawl/apps/js-sdk/package.json

25 lines
481 B
JSON
Raw Normal View History

2024-04-16 14:38:22 +00: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": {
"@mendable/firecrawl-js": "^0.0.19",
2024-05-27 19:23:57 +00:00
"axios": "^1.6.8",
2024-05-08 23:38:49 +00:00
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
2024-05-08 23:38:49 +00:00
"zod": "^3.23.8"
},
"devDependencies": {
"tsx": "^4.9.3"
2024-04-16 14:38:22 +00:00
}
}