{ "name": "@pullfrog/action", "version": "0.0.155", "type": "module", "files": [ "index.js", "index.cjs", "index.d.ts", "index.d.cts", "agents", "utils", "main.js", "main.d.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "typecheck": "tsc --noEmit", "build": "node esbuild.config.js", "play": "node play.ts", "scratch": "node scratch.ts", "upDeps": "pnpm up --latest", "lock": "pnpm --ignore-workspace install", "prepare": "husky" }, "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@anthropic-ai/claude-agent-sdk": "0.1.37", "@ark/fs": "0.53.0", "@ark/util": "0.53.0", "@octokit/plugin-throttling": "^11.0.3", "@octokit/rest": "^22.0.0", "@octokit/webhooks-types": "^7.6.1", "@openai/codex-sdk": "0.58.0", "@opencode-ai/sdk": "^1.0.143", "@standard-schema/spec": "1.0.0", "@toon-format/toon": "^1.0.0", "arktype": "2.1.28", "package-manager-detector": "^1.6.0", "dotenv": "^17.2.3", "execa": "^9.6.0", "fastmcp": "^3.20.0", "table": "^6.9.0" }, "devDependencies": { "@types/node": "^24.7.2", "arg": "^5.0.2", "esbuild": "^0.25.9", "husky": "^9.0.0", "typescript": "^5.9.3" }, "repository": { "type": "git", "url": "git+https://github.com/pullfrog/action.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/pullfrog/action/issues" }, "homepage": "https://github.com/pullfrog/action#readme", "zshy": { "exports": "./index.ts" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.cts", "exports": { ".": { "types": "./dist/index.d.cts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a" }