{"_id":"@abmdev/cli","_rev":"2-d719f6770f79a4bdc821f8a26daec157","name":"@abmdev/cli","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@abmdev/cli","version":"0.1.0","keywords":["abm.dev","enrichment","marketing","ai-agents","mcp","claude","cursor"],"author":{"name":"Foxley Farm Operations Ltd"},"license":"Apache-2.0","_id":"@abmdev/cli@0.1.0","maintainers":[{"name":"smcleodau","email":"stuart@heyarchie.ai"}],"homepage":"https://abm.dev","bugs":{"url":"https://github.com/abm-dev-git/abm-infrastructure/issues"},"bin":{"abm.dev":"bin/abm.dev.mjs"},"dist":{"shasum":"3f44b44dd996647b1b9b8492e3f45991adfe4a56","tarball":"https://registry.npmjs.org/@abmdev/cli/-/cli-0.1.0.tgz","fileCount":6,"integrity":"sha512-PbpLjMqUmzOGrA6lSetk6fqFLSe4dGl2F54m5+/lOE2Yg54jFj+Oi7x+nmxTSjYtD+/YQjC6OUoky3DUSZSY/Q==","signatures":[{"sig":"MEYCIQC0Tac2HmEcZ3YEvhYtDS7yt925VUpii0xiYIyguapqtwIhAK/HDOHryd5pY3lapt8xXQxq2+dwFP57LIhAaiYDe78Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11545},"type":"module","engines":{"node":">=18"},"gitHead":"0c353727fc4fd3cdae612cbf31105b0198ca2dd6","_npmUser":{"name":"smcleodau","email":"stuart@heyarchie.ai"},"repository":{"url":"git+https://github.com/abm-dev-git/abm-infrastructure.git","type":"git","directory":"cli"},"_npmVersion":"10.9.4","description":"abm.dev CLI — set up AI agent access to the marketing API for AI agents.","directories":{},"_nodeVersion":"22.21.0","dependencies":{},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cli_0.1.0_1779281724795_0.3610822037644241","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@abmdev/cli","version":"0.1.1","description":"abm.dev CLI — set up AI agent access to the marketing API for AI agents.","license":"Apache-2.0","author":{"name":"Foxley Farm Operations Ltd"},"homepage":"https://abm.dev","repository":{"type":"git","url":"git+https://github.com/abm-dev-git/abm-infrastructure.git","directory":"cli"},"bugs":{"url":"https://github.com/abm-dev-git/abm-infrastructure/issues"},"type":"module","bin":{"abm.dev":"bin/abm.dev.mjs"},"engines":{"node":">=18"},"keywords":["abm.dev","enrichment","marketing","ai-agents","mcp","claude","cursor"],"dependencies":{},"publishConfig":{"access":"public"},"_id":"@abmdev/cli@0.1.1","gitHead":"ed270c6c9bf60f0429b2e7baff453657e0f47204","_nodeVersion":"22.21.0","_npmVersion":"10.9.4","dist":{"integrity":"sha512-qq9dRsS+RImIi4M6r5HZ9YXl6MhKukWKai/Kjg374kBNabc4YbqPHwNJaCyc2AIzL0rsgu5XHbXDxlu/lfI6zQ==","shasum":"9ffc6b092e05d2723e7740b92aedb087f0a85218","tarball":"https://registry.npmjs.org/@abmdev/cli/-/cli-0.1.1.tgz","fileCount":6,"unpackedSize":11505,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDyqFAsy7Hhzf3YuSyyhiBZ7DtDcSRnKKW/Ud9ouU6ZegIgfZCzgzqneqzs4aUou1wansZf5xhBC/5bx07LZmrEY/Y="}]},"_npmUser":{"name":"smcleodau","email":"stuart@heyarchie.ai"},"directories":{},"maintainers":[{"name":"smcleodau","email":"stuart@heyarchie.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/cli_0.1.1_1779286074351_0.6690941306750688"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-20T12:55:24.709Z","modified":"2026-05-20T14:07:54.628Z","0.1.0":"2026-05-20T12:55:24.930Z","0.1.1":"2026-05-20T14:07:54.505Z"},"bugs":{"url":"https://github.com/abm-dev-git/abm-infrastructure/issues"},"author":{"name":"Foxley Farm Operations Ltd"},"license":"Apache-2.0","homepage":"https://abm.dev","keywords":["abm.dev","enrichment","marketing","ai-agents","mcp","claude","cursor"],"repository":{"type":"git","url":"git+https://github.com/abm-dev-git/abm-infrastructure.git","directory":"cli"},"description":"abm.dev CLI — set up AI agent access to the marketing API for AI agents.","maintainers":[{"name":"smcleodau","email":"stuart@heyarchie.ai"}],"readme":"# @abmdev/cli\n\nThe abm.dev CLI. Sets up an AI coding agent's context to use the abm.dev\nAPI with one command.\n\n## Install + use\n\n```bash\n# One-shot: drop SKILL.md + .abm-dev.json into the current directory\nnpx -y @abmdev/cli@latest init --all -k <YOUR_API_KEY>\n\n# Or with the key in an env var\nexport ABM_DEV_API_KEY=abm_live_…\nnpx -y @abmdev/cli@latest init -k env\n```\n\n## What it writes\n\n- `SKILL.md` — a primer for your AI coding agent (Cursor, Claude Code,\n  Windsurf, etc.). Paste into the agent's project context.\n- `.abm-dev.json` — a small config file with the API base URL + your key.\n\n## Subcommands\n\n```\nabm.dev init           Drop SKILL.md + .abm-dev.json into cwd\nabm.dev --version      Print the CLI version\nabm.dev --help         Help\n```\n\n## Get a key\n\n[abm.dev/settings/api-keys](https://abm.dev/settings/api-keys)\n\n## License\n\nApache-2.0 — see `LICENSE`.\n","readmeFilename":"README.md"}