{
  "name": "c2pa-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/contentauth/c2pa-node.git"
  },
  "version": "0.5.26",
  "description": "Node.js bindings for C2PA",
  "main": "dist/js-src/index.js",
  "types": "dist/js-src/index.d.ts",
  "files": [
    "dist/js-src",
    "dist/src",
    "dist/Cargo.toml",
    "dist/Cargo.lock",
    "scripts/postinstall.js",
    "scripts/lib/download-test-certs.js",
    "tests/fixtures/certs"
  ],
  "engines": {
    "node": ">=16.13.0"
  },
  "scripts": {
    "dev": "node ./scripts/dev-reload.js",
    "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",
    "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"
  },
  "author": "Dave Kozma <dkozma@adobe.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.1",
    "@types/node-fetch": "^2.6.11",
    "@types/pixelmatch": "^5.2.6",
    "chokidar": "^3.6.0",
    "cpy-cli": "^4.2.0",
    "jest": "^29.7.0",
    "nock": "^13.5.5",
    "pixelmatch": "^5.3.0",
    "prettier": "2.8.8",
    "rimraf": "^5.0.10",
    "tempy": "^1.0.1",
    "ts-jest": "^29.2.5",
    "typedoc": "^0.24.8",
    "typedoc-plugin-markdown": "^3.17.1",
    "typescript": "^5.6.2"
  },
  "keywords": [
    "c2pa"
  ],
  "bugs": {
    "url": "https://github.com/contentauth/c2pa-node/issues"
  },
  "homepage": "https://github.com/contentauth/c2pa-node#readme",
  "dependencies": {
    "@changesets/cli": "^2.27.8",
    "cargo-cp-artifact": "^0.1.9",
    "chalk": "^4.1.2",
    "cli-progress": "^3.12.0",
    "mkdirp": "^3.0.1",
    "node-fetch": "^2.7.0",
    "npm-run-all": "^4.1.5",
    "pkg-dir": "^5.0.0",
    "pretty-bytes": "^5.6.0",
    "sharp": "0.34.3",
    "unzipper": "^0.10.14"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "sharp"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
