{ "name": "setup-oras", "version": "0.1.0", "description": "Set up your GitHub Actions workflow with a specific version of ORAS", "scripts": { "build": "ncc build src/setup.ts" }, "repository": { "type": "git", "url": "git+https://github.com/oras-project/setup-oras.git" }, "keywords": [], "author": "ORAS", "license": "Apache-2.0", "bugs": { "url": "https://github.com/oras-project/setup-oras/issues" }, "homepage": "https://github.com/oras-project/setup-oras#readme", "dependencies": { "@actions/core": "^1.11.1", "@actions/tool-cache": "^2.0.2", "@types/node": "^22.13.5", "@vercel/ncc": "^0.38.3", "typescript": "^5.7.3" } }