switch to single npm package on npmjs.com (firecrawl-pdf-inspector)
Drop platform-specific optional deps — ship all .node binaries in one package (~4 MB total). Simplifies publishing and consumer install. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7dd1a69413
commit
be032b0696
+3
-7
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@firecrawl/pdf-inspector-js",
|
||||
"name": "firecrawl-pdf-inspector",
|
||||
"version": "0.2.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
"index.d.ts",
|
||||
"*.node"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firecrawl/pdf-inspector"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com",
|
||||
"access": "public"
|
||||
},
|
||||
"napi": {
|
||||
@@ -26,10 +26,6 @@
|
||||
"name": "@firecrawl/pdf-inspector-js"
|
||||
}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@firecrawl/pdf-inspector-js-linux-x64-gnu": "0.2.0",
|
||||
"@firecrawl/pdf-inspector-js-darwin-arm64": "0.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "napi build --platform --release",
|
||||
"build:debug": "napi build --platform"
|
||||
|
||||
Reference in New Issue
Block a user