firecrawl/apps/js-sdk/package.json

24 lines
458 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": {
"@mendable/firecrawl-js": "^0.0.19",
2024-05-28 03:23:57 +08:00
"axios": "^1.6.8",
2024-05-09 07:38:49 +08:00
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"tsx": "^4.9.3"
2024-04-16 22:38:22 +08:00
}
}