40 lines
867 B
JSON
40 lines
867 B
JSON
|
{
|
||
|
"name": "@mendable/firecrawl-js",
|
||
|
"version": "0.0.9",
|
||
|
"description": "JavaScript SDK for Firecrawl API",
|
||
|
"main": "build/index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"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",
|
||
|
"dotenv": "^16.4.5"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mendableai/firecrawl/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/mendableai/firecrawl#readme",
|
||
|
"devDependencies": {
|
||
|
"@types/axios": "^0.14.0",
|
||
|
"@types/dotenv": "^8.2.0",
|
||
|
"@types/node": "^20.12.7",
|
||
|
"typescript": "^5.4.5"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"firecrawl",
|
||
|
"mendable",
|
||
|
"crawler",
|
||
|
"web",
|
||
|
"scraper",
|
||
|
"api",
|
||
|
"sdk"
|
||
|
]
|
||
|
}
|