{
  "name": "treeship",
  "version": "0.18.0",
  "description": "Portable trust receipts for agent workflows",
  "bin": {
    "treeship": "./bin/treeship.js"
  },
  "scripts": {
    "preinstall": "node scripts/check-platform.js"
  },
  "files": [
    "bin/",
    "scripts/check-platform.js",
    "README.md",
    "LICENSE"
  ],
  "os": [
    "darwin",
    "linux"
  ],
  "optionalDependencies": {
    "@treeship/cli-linux-x64": "0.18.0",
    "@treeship/cli-darwin-arm64": "0.18.0",
    "@treeship/cli-darwin-x64": "0.18.0"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/zerkerlabs/treeship"
  },
  "homepage": "https://treeship.dev",
  "keywords": [
    "treeship",
    "attestation",
    "trust",
    "agents",
    "cli"
  ]
}
