0
v-firecrawl/apps/js-sdk/firecrawl/package.json
2024-04-25 14:16:14 +00:00

41 lines
925 B
JSON

{
"name": "@mendable/firecrawl-js",
"version": "0.0.13",
"description": "JavaScript SDK for Firecrawl API",
"main": "build/index.js",
"types": "types/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"publish":"npm run build && npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mendableai/firecrawl.git"
},
"author": "Mendable.ai",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8"
},
"bugs": {
"url": "https://github.com/mendableai/firecrawl/issues"
},
"homepage": "https://github.com/mendableai/firecrawl#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"keywords": [
"firecrawl",
"mendable",
"crawler",
"web",
"scraper",
"api",
"sdk"
]
}