참고소스 수정본
This commit is contained in:
77
참고/firecrawl-main/apps/js-sdk/firecrawl/package.json
Normal file
77
참고/firecrawl-main/apps/js-sdk/firecrawl/package.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "4.22.2",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"build-and-publish": "pnpm run build && pnpm publish --access public",
|
||||
"publish-beta": "pnpm run build && pnpm publish --access public --tag beta",
|
||||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose src/__tests__/e2e/v2/*.test.ts --detectOpenHandles",
|
||||
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --verbose src/__tests__/unit/v2/*.test.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/firecrawl/firecrawl.git"
|
||||
},
|
||||
"author": "Mendable.ai",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "1.15.2",
|
||||
"firecrawl": "4.16.0",
|
||||
"typescript-event-target": "^1.1.1",
|
||||
"zod": "^3.23.8",
|
||||
"zod-to-json-schema": "^3.23.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/firecrawl/firecrawl/issues"
|
||||
},
|
||||
"homepage": "https://github.com/firecrawl/firecrawl#readme",
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^30.2.0",
|
||||
"@types/dotenv": "^8.2.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"dotenv": "^16.4.5",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.4.5",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"keywords": [
|
||||
"firecrawl",
|
||||
"mendable",
|
||||
"crawler",
|
||||
"web",
|
||||
"scraper",
|
||||
"api",
|
||||
"sdk"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
|
||||
"minimatch@<10.2.3": ">=10.2.3",
|
||||
"rollup@<4.59.0": ">=4.59.0",
|
||||
"picomatch@<4.0.4": ">=4.0.4",
|
||||
"handlebars": ">=4.7.9",
|
||||
"brace-expansion": ">=5.0.5",
|
||||
"axios@<1.15.2": "1.15.2",
|
||||
"follow-redirects@<1.16.0": ">=1.16.0 <2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user