{"_id":"@acp-check/core","name":"@acp-check/core","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@acp-check/core","version":"0.1.0","description":"Validation engine for Agentic Commerce Protocol (ACP) integrations — feed, checkout endpoints, webhooks, readiness report","license":"MIT","type":"module","main":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"engines":{"node":">=20"},"scripts":{"build":"tsc -b","gen:schemas":"node scripts/extract-schemas.mjs","test":"vitest run"},"dependencies":{"ajv":"^8.17.1","ajv-formats":"^3.0.1","stream-json":"^1.8.0"},"devDependencies":{"@types/stream-json":"^1.7.7","yaml":"^2.5.0"},"repository":{"type":"git","url":"git+https://github.com/baseballcubs99x-dev/acp-check.git","directory":"packages/core"},"keywords":["acp","agentic-commerce-protocol","agentic-checkout","product-feed","validator","openai","chatgpt"],"publishConfig":{"access":"public"},"gitHead":"2bbf0c35720c2217ae971e3effcf1d88822e1e38","_id":"@acp-check/core@0.1.0","bugs":{"url":"https://github.com/baseballcubs99x-dev/acp-check/issues"},"homepage":"https://github.com/baseballcubs99x-dev/acp-check#readme","_nodeVersion":"26.0.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-CaKcRbSPaMw1lgw3FcGTTioqhHhLdscHNJbwGPSyi1iF8+Myq5Dmos/9EYa4mYqrxBCwV/CJj/0KggGaDYYOKg==","shasum":"62929cf00601978397a0e1402ed6e6b334c9ecef","tarball":"https://registry.npmjs.org/@acp-check/core/-/core-0.1.0.tgz","fileCount":70,"unpackedSize":1065429,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC5mMm0rtxkmxTsSOt6xlWH72fM/ZljevPbIkP6QccdJgIhALHXL1PykNQX+tXuHknzEZ1VwBjW5efDx8vQHpLVi7Dq"}]},"_npmUser":{"name":"jbirming1","email":"baseballcubs99x@gmail.com"},"directories":{},"maintainers":[{"name":"jbirming1","email":"baseballcubs99x@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core_0.1.0_1783414472741_0.6477952468915531"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-07T08:54:32.529Z","0.1.0":"2026-07-07T08:54:32.923Z","modified":"2026-07-07T08:54:33.240Z"},"maintainers":[{"name":"jbirming1","email":"baseballcubs99x@gmail.com"}],"description":"Validation engine for Agentic Commerce Protocol (ACP) integrations — feed, checkout endpoints, webhooks, readiness report","homepage":"https://github.com/baseballcubs99x-dev/acp-check#readme","keywords":["acp","agentic-commerce-protocol","agentic-checkout","product-feed","validator","openai","chatgpt"],"repository":{"type":"git","url":"git+https://github.com/baseballcubs99x-dev/acp-check.git","directory":"packages/core"},"bugs":{"url":"https://github.com/baseballcubs99x-dev/acp-check/issues"},"license":"MIT","readme":"# @acp-check/core\n\nThe validation engine behind [`acp-check`](https://www.npmjs.com/package/acp-check) — a pre-certification validator for [Agentic Commerce Protocol](https://github.com/agentic-commerce-protocol/agentic-commerce-protocol) (ACP) integrations.\n\nUI-free and importable. Every validator is generated from a pinned snapshot of the official ACP JSON Schemas / OpenAPI documents.\n\n```ts\nimport { validateFeed, runEndpoints, verifySignature, buildReport } from \"@acp-check/core\";\n\nconst feed = await validateFeed(\"./products.jsonl\");\nconsole.log(feed.counts, feed.findings);\n\nconst endpoints = await runEndpoints({\n  baseUrl: \"https://api.shop.com\",\n  authToken: process.env.ACP_CHECK_TOKEN,\n  itemId: \"SKU123\",\n});\n```\n\nSee the [main README](https://github.com/acp-check/acp-check#readme) for the full CLI and documentation. Independent tool — not affiliated with OpenAI or Stripe.\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-141bb21a2b41de052917bf7a1b977010"}