@absolutejs/manifest
Advanced tools
+2
-2
| { | ||
| "name": "@absolutejs/manifest", | ||
| "version": "0.6.2", | ||
| "version": "0.6.3", | ||
| "description": "The AbsoluteJS package manifest contract. Every @absolutejs/* package exports a typed manifest (settings schema, env requirements, adapter slots, wiring recipes, AI tools) from its ./manifest subpath; this package is the contract those manifests are written against, plus bridges that turn any manifest into an AI tool map or a remote MCP tool registry.", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
| "bin": { | ||
| "absolute-manifest": "./dist/cli.js" | ||
| "absolute-manifest": "dist/cli.js" | ||
| }, | ||
@@ -30,0 +30,0 @@ "publishConfig": { |
300681
0