{
  "name": "@aiwg/cli",
  "version": "2026.9.20",
  "description": "Lightweight AIWG CLI for signed, versioned web-backed resources.",
  "type": "module",
  "license": "MIT",
  "bin": {
    "aiwg": "bin/aiwg.mjs"
  },
  "main": "./dist/src/api/index.js",
  "types": "./dist/src/api/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/api/index.d.ts",
      "import": "./dist/src/api/index.js",
      "default": "./dist/src/api/index.js"
    },
    "./resources": {
      "types": "./dist/src/resources/index.d.ts",
      "import": "./dist/src/resources/index.js",
      "default": "./dist/src/resources/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "bin/",
    "agentic/code/providers/",
    "schemas/security/",
    "schemas/dataset/",
    "dist/src/",
    "!dist/**/*.d.ts",
    "!dist/**/*.map",
    "dist/src/api/index.d.ts",
    "dist/src/resources/index.d.ts",
    "dist/src/resources/web-release.d.ts",
    "dist/src/dataset/**/*.d.ts",
    "tools/_resolve-impl.mjs",
    "tools/agents/deploy-agents.mjs",
    "tools/agents/providers/",
    "tools/providers/antigravity-transport.mjs",
    "tools/commands/deploy-prompts-codex.mjs",
    "tools/plugin/package-plugins.mjs",
    "tools/skills/deploy-skills-codex.mjs",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmagly/aiwg.git",
    "directory": "packages/cli"
  },
  "homepage": "https://aiwg.io",
  "bugs": {
    "url": "https://github.com/jmagly/aiwg/issues"
  },
  "keywords": [
    "aiwg",
    "agentic-ai",
    "cli",
    "context-engineering",
    "web-resources"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@fortemi/core": "2026.7.15",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "chalk": "^4.1.2",
    "chokidar": "^4.0.3",
    "commander": "^12.1.0",
    "glob": "^13.0.6",
    "graceful-fs": "^4.2.11",
    "js-yaml": "^4.3.0",
    "listr2": "^8.2.5",
    "ora": "^5.4.1",
    "saxes": "^6.0.0",
    "semver": "^7.8.5",
    "toml-eslint-parser": "0.10.0",
    "yaml": "^2.9.0",
    "zod": "^3.25.0"
  },
  "optionalDependencies": {
    "@hono/node-server": "2.0.11",
    "@sigstore/bundle": "4.0.0",
    "@sigstore/protobuf-specs": "0.5.0",
    "@sigstore/verify": "3.1.1",
    "hono": "^4.12.31",
    "ws": "^8.21.1"
  }
}
