{
  "name": "ipfs2foc",
  "version": "0.9.0",
  "description": "Migrate already-pinned IPFS CIDs onto Filecoin Onchain Cloud without re-chunking.",
  "keywords": [
    "ipfs",
    "filecoin",
    "pdp",
    "cli",
    "migration"
  ],
  "homepage": "https://github.com/FilOzone/ipfs2foc#readme",
  "bugs": "https://github.com/FilOzone/ipfs2foc/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FilOzone/ipfs2foc.git",
    "directory": "packages/cli"
  },
  "type": "module",
  "engines": {
    "node": ">=24"
  },
  "bin": {
    "ipfs2foc": "dist/cli.js"
  },
  "files": [
    "dist",
    "app-dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node src/index.ts",
    "build": "tsc --noEmit && tsup && pnpm run build:app",
    "build:app": "VITE_BASE=/ pnpm -C ../../app exec vite build --outDir ../packages/cli/app-dist --emptyOutDir",
    "typecheck": "tsc --noEmit",
    "test": "node --test",
    "prepack": "pnpm run build"
  },
  "dependencies": {
    "@chainsafe/libp2p-noise": "^17.0.0",
    "@filoz/synapse-core": "^0.5.2",
    "@filoz/synapse-sdk": "^0.41.0",
    "@scarf/scarf": "^1.4.0",
    "@helia/block-brokers": "^5.2.4",
    "@helia/car": "^5.4.2",
    "@helia/http": "^3.1.4",
    "@helia/routers": "^5.1.1",
    "@helia/utils": "^2.5.2",
    "@helia/verified-fetch": "^7.2.15",
    "@ipld/car": "^5.4.0",
    "@libp2p/autonat": "^3.0.20",
    "@libp2p/identify": "^4.1.6",
    "@libp2p/ping": "^3.1.6",
    "@libp2p/tcp": "^11.0.20",
    "@libp2p/upnp-nat": "^4.0.20",
    "@libp2p/websockets": "^10.1.14",
    "@libp2p/yamux": "^8.0.1",
    "@web3-storage/data-segment": "^5.3.0",
    "blockstore-core": "^6.1.3",
    "datastore-core": "^11.0.4",
    "iso-filecoin": "^7.4.7",
    "libp2p": "^3.3.2",
    "multiformats": "^13.4.1",
    "viem": "^2.21.0"
  },
  "devDependencies": {
    "@ipld/dag-cbor": "^9.2.7",
    "@ipld/dag-pb": "^4.1.7",
    "@types/node": "^25.9.1",
    "fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.3.0",
    "ipfs-unixfs-importer": "^16.1.5",
    "ipfs2foc-core": "workspace:*",
    "tsup": "^8.5.1"
  },
  "license": "MIT"
}
