{"_id":"@aopslabs/manifest","_rev":"2-4a7d34799a8c41918176a55e689996c2","name":"@aopslabs/manifest","dist-tags":{"latest":"0.2.1"},"versions":{"0.2.0":{"name":"@aopslabs/manifest","version":"0.2.0","license":"SEE LICENSE IN LICENSE","_id":"@aopslabs/manifest@0.2.0","maintainers":[{"name":"mzsonmez","email":"mzsonmez2@hotmail.com"}],"dist":{"shasum":"e8cd3bcdf516c1453b981dcc04df667ae4556171","tarball":"https://registry.npmjs.org/@aopslabs/manifest/-/manifest-0.2.0.tgz","fileCount":18,"integrity":"sha512-HX6wDR3v+o0Gqr6R+2ECxJ91NRgsmo+I9U/dlcfWfK7IT8koZ8D258VKFvDx2Fb0NfJbgKwcyu7zgS06ycHqGQ==","signatures":[{"sig":"MEQCIHBjEdyIA2Eq8RFbFr3uyNZrm/wMxYfYGVB5ZLSmIVK/AiAz7o7DrS9yx1F27z5J84K3ZWUsQnpYJE+o8DimNhJEQg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48195},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"},"./package.json":"./package.json"},"private":false,"scripts":{"build":"tsc -p tsconfig.lib.json"},"_npmUser":{"name":"mzsonmez","email":"mzsonmez2@hotmail.com"},"repository":{"url":"https://github.com/eeemzs/xf-packages.git","type":"git"},"directories":{},"_nodeVersion":"22.18.0","dependencies":{"zod":"4.4.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.9.3"},"_npmOperationalInternal":{"tmp":"tmp/manifest_0.2.0_1785856768045_0.905942579556086","host":"s3://npm-registry-packages-npm-production"}},"0.2.1":{"name":"@aopslabs/manifest","version":"0.2.1","private":false,"type":"module","main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{"./package.json":"./package.json",".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"dependencies":{"zod":"4.4.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/eeemzs/tsapps.git","directory":"packages/xf-packages/xf-manifest"},"license":"SEE LICENSE IN LICENSE","devDependencies":{"eslint":"9.39.5","typescript":"5.9.3","vitest":"4.0.18","@aopslabs/eslint-config":"0.0.0","@aopslabs/typescript-config":"0.0.0"},"scripts":{"build":"tsc -p tsconfig.lib.json","test:unit":"vitest run","lint":"eslint . --max-warnings=0"},"_id":"@aopslabs/manifest@0.2.1","description":"Schemas, validators, generators, and export helpers for capability manifests and tool catalogs.","bugs":{"url":"https://github.com/eeemzs/tsapps/issues"},"homepage":"https://github.com/eeemzs/tsapps#readme","_integrity":"sha512-bX248oQcm1ORtWulSeZn+EhMXelGKgJJXO/Axk4NiiNeh2pXDt0vJ2gc5OU4PwIRGT99CpqCAdm+rfSzvj8kWQ==","_resolved":"/home/runner/work/_temp/release-candidates/aopslabs-manifest-0.2.1.tgz","_from":"file:/home/runner/work/_temp/release-candidates/aopslabs-manifest-0.2.1.tgz","_nodeVersion":"24.20.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-bX248oQcm1ORtWulSeZn+EhMXelGKgJJXO/Axk4NiiNeh2pXDt0vJ2gc5OU4PwIRGT99CpqCAdm+rfSzvj8kWQ==","shasum":"c182260ab2b382b34bcf77d65e2da995942d37b4","tarball":"https://registry.npmjs.org/@aopslabs/manifest/-/manifest-0.2.1.tgz","fileCount":18,"unpackedSize":48446,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB2SpGCvKQ91K4c3Kygb293/AMpQttq/GB7sv94CBdXXAiEAv4A/+KkYEu1l25zdFaBvcZn1L4bZ861FdOvMkWZp4mQ="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:63229831-1c70-4944-a441-8a499e615acd"}},"directories":{},"maintainers":[{"name":"mzsonmez","email":"mzsonmez2@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/manifest_0.2.1_1788791231650_0.6323624660620897"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-04T15:19:27.900Z","modified":"2026-09-07T14:27:11.974Z","0.2.0":"2026-08-04T15:19:28.178Z","0.2.1":"2026-09-07T14:27:11.778Z"},"license":"SEE LICENSE IN LICENSE","repository":{"type":"git","url":"git+https://github.com/eeemzs/tsapps.git","directory":"packages/xf-packages/xf-manifest"},"maintainers":[{"name":"mzsonmez","email":"mzsonmez2@hotmail.com"}],"readme":"# @aopslabs/manifest\n\nSchemas, validators, generators, and export helpers for capability manifests and tool catalogs.\n\n## Installation\n\n```bash\nnpm install @aopslabs/manifest\n```\n\n## Usage\n\n```typescript\nimport { parseManifest, validateManifest } from '@aopslabs/manifest';\n\nconst validation = validateManifest(candidate);\nif (!validation.ok) {\n  throw new Error(validation.error);\n}\n\nconst manifest = parseManifest(candidate);\n```\n\n## Main surfaces\n\n- Zod-backed manifest parsing and validation\n- Capability, contract, policy, execution, and documentation schemas\n- OpenAPI generation\n- Federated catalog exports\n- Tool, group, option, runner, and plugin-manifest types\n\nThe package depends on [Zod](https://zod.dev/) and has no framework requirement.\n\n## License\n\nCopyright (c) 2026 Mehmet Zeki Sönmez.\n\nLicensed under the [PolyForm Strict License 1.0.0](https://polyformproject.org/licenses/strict/1.0.0). The license permits noncommercial use and does not grant permission to modify or redistribute the package.\n","readmeFilename":"README.md","description":"Schemas, validators, generators, and export helpers for capability manifests and tool catalogs.","homepage":"https://github.com/eeemzs/tsapps#readme","bugs":{"url":"https://github.com/eeemzs/tsapps/issues"}}