{
  "name": "@binlebin/c2pa-ssl",
  "version": "1.1.4",
  "description": "Node.js wrapper for C2PA content authentication using Rust CLI backend",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test-cli.js",
    "start": "node index.js"
  },
  "keywords": [
    "c2pa",
    "content-authentication",
    "digital-signatures",
    "provenance",
    "cli",
    "rust",
    "openssl",
    "firebase-functions"
  ],
  "author": "binlebin",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.1.1"
  },
  "devDependencies": {},
  "files": [
    "index.js",
    "index.d.ts",
    "bin/c2pa-cli",
    "bin/c2pa-cli-linux",
    "test_certs/anh_ec.pem",
    "README.md",
    "FIREBASE_DEPLOYMENT.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/binlebin/c2pa-ssl.git"
  },
  "bugs": {
    "url": "https://github.com/binlebin/c2pa-ssl/issues"
  },
  "homepage": "https://github.com/binlebin/c2pa-ssl#readme",
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
