oras-pull
Version:
ORAS pull for ghcr.io
39 lines (38 loc) • 1.16 kB
JSON
{
"name": "oras-pull",
"version": "0.1.7",
"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": "^24.0.3",
"@types/tar": "^6.1.13",
"typescript": "^5.8.3"
},
"dependencies": {
"cross-fetch": "^4.1.0",
"tar": "^6.2.1"
}
}