{
  "name": "oras-pull",
  "version": "0.1.6",
  "description": "ORAS pull for ghcr.io",
  "scripts": {
    "test": "tsc && npm run pull",
    "pull": "node build/cli.js ghcr.io/larshp/oras-test/oras-test:latest",
    "publish:dryrun": "npm publish --dry-run",
    "publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm test && npm publish --access public",
    "publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm test && npm publish --access public"
  },
  "bin": {
    "oras-pull": "./oras-pull"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heliconialabs/oras-pull.git"
  },
  "keywords": [
    "ORAS",
    "OCI"
  ],
  "author": "Lars Hvam Petersen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heliconialabs/oras-pull/issues"
  },
  "homepage": "https://github.com/heliconialabs/oras-pull#readme",
  "devDependencies": {
    "@types/node": "^20.12.7",
    "@types/tar": "^6.1.12",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "cross-fetch": "^4.0.0",
    "tar": "^6.2.1"
  }
}
