Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"build:rust": "cargo-cp-artifact -nc generated/c2pa.node -- cargo build --message-format=json-render-diagnostics --release",
"build:ts": "tsc -b && cpy js-src/types.d.ts dist",
"build:assets": "cpy src Cargo.* generated dist",
"build:docs": "typedoc --plugin typedoc-plugin-markdown --readme none --out api-docs js-src/index.ts",
"build": "run-s build:rust build:ts build:docs build:assets",
"build": "run-s build:rust build:ts build:assets",
"postinstall": "node ./scripts/postinstall.js",
"download-test-certs": "node ./scripts/download-test-certs.js",
"ci": "pnpm build && cargo test --release && jest",
"changeset:publish": "changeset publish",
"release": "run-s build changeset:publish",
"test": "cargo test && jest --useStderr",
"test:watch": "cargo test && jest --watch --runInBand --detectOpenHandles --forceExit",
"clean": "rimraf dist generated target"
"clean": "rimraf dist generated target",
"prepare": "npm run build && npm run postinstall"
},
"author": "Dave Kozma <[email protected]>",
"license": "MIT",
Expand All @@ -52,7 +52,7 @@
"rimraf": "^5.0.10",
"tempy": "^1.0.1",
"ts-jest": "^29.2.5",
"typedoc": "^0.24.8",
"typedoc": "^0.28.7",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.6.2"
},
Expand All @@ -73,12 +73,12 @@
"npm-run-all": "^4.1.5",
"pkg-dir": "^5.0.0",
"pretty-bytes": "^5.6.0",
"sharp": "0.32.6",
"sharp": "^0.34.2",
"unzipper": "^0.10.14"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}
}