52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@mendable/firecrawl-js",
|
|
"version": "0.0.27",
|
|
"description": "JavaScript SDK for Firecrawl API",
|
|
"main": "build/index.js",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build-and-publish": "npm run build && npm publish --access public",
|
|
"publish-beta": "npm run build && npm publish --access public --tag beta",
|
|
"test": "jest src/__tests__/**/*.test.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mendableai/firecrawl.git"
|
|
},
|
|
"author": "Mendable.ai",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"dotenv": "^16.4.5",
|
|
"uuid": "^9.0.1",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mendableai/firecrawl/issues"
|
|
},
|
|
"homepage": "https://github.com/mendableai/firecrawl#readme",
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.7.0",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.12.12",
|
|
"@types/uuid": "^9.0.8",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"keywords": [
|
|
"firecrawl",
|
|
"mendable",
|
|
"crawler",
|
|
"web",
|
|
"scraper",
|
|
"api",
|
|
"sdk"
|
|
]
|
|
}
|