{ "name": "action", "version": "1.0.0", "description": "

\"Frame

", "main": "index.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rolldown -c && mv dist/index.js . && rmdir dist", "dev": "rolldown -c --watch", "package": "npm run build && npm prune --production" }, "dependencies": { "@actions/core": "^1.10.1" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0", "rolldown": "^0.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/pullfrog/pullfrog.git" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "bugs": { "url": "https://github.com/pullfrog/pullfrog/issues" }, "homepage": "https://github.com/pullfrog/pullfrog#readme" }