{
  "name": "@raishin/vanguard-frontier-agentic",
  "version": "3.10.0",
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VincentChuWaiChow/vanguard-frontier-agentic.git"
  },
  "homepage": "https://github.com/VincentChuWaiChow/vanguard-frontier-agentic#readme",
  "bugs": {
    "url": "https://github.com/VincentChuWaiChow/vanguard-frontier-agentic/issues"
  },
  "type": "commonjs",
  "bin": {
    "vfa-export-agents": "./scripts/export-marketplace-agents.mjs"
  },
  "files": [
    "README.md",
    "LICENSE",
    ".agents/",
    ".claude-plugin/",
    ".cursor-plugin/",
    ".github/plugin/",
    "scripts/",
    "plugins/",
    "powers/",
    "catalog/",
    "schemas/",
    "skills/",
    "agents/",
    "rules/",
    "mcp/",
    "templates/",
    "assets/",
    "tests/"
  ],
  "scripts": {
    "agents:export": "node scripts/export-marketplace-agents.mjs",
    "install:codex-home": "node scripts/install-codex-home.mjs",
    "manifest:write": "python3 tests/validate-skill-manifest.py --write",
    "docs-data:write": "node scripts/generate-docs-data.mjs",
    "manifest:check": "python3 tests/validate-skill-manifest.py",
    "validate:aws": "python3 tests/validate-aws-skill-quality.py && python3 tests/validate-aws-progressive-disclosure.py",
    "validate:catalog": "python3 tests/validate-catalog.py",
    "validate:links": "python3 tests/validate-links.py --offline",
    "validate:allowed-tools": "python3 tests/validate-skill-allowed-tools.py",
    "validate:skill-coherence": "python3 tests/validate-skill-coherence.py",
    "validate:skill-schema": "python3 tests/validate-skill-frontmatter-schema.py",
    "validate:agent-schema": "python3 tests/validate-agent-frontmatter-schema.py",
    "validate:model-policy": "node scripts/model-policy.mjs check",
    "validate:asset-integrity": "python3 tests/validate-asset-integrity.py",
    "validate:mcp-trust-matrix": "python3 tests/validate-mcp-trust-matrix.py",
    "validate:no-lifecycle-scripts": "python3 tests/validate-no-lifecycle-scripts.py",
    "validate:promotion-gatekeeper": "python3 tests/validate-nvidia-promotion-gatekeeper.py",
    "validate:install-coverage": "node tests/test-vfa-export-coverage.test.mjs",
    "validate:maestro-routing": "python3 tests/validate-maestro-routing.py",
    "validate:plugin-manifest": "python3 tests/validate-plugin-manifest.py",
    "validate:kiro-powers": "python3 tests/validate-kiro-powers.py",
    "validate:multi-harness-marketplace": "python3 tests/validate-multi-harness-marketplace.py",
    "validate:codex-marketplace": "python3 tests/validate-codex-marketplace.py",
    "test:codex-plugin-marketplace-install": "node tests/test-codex-plugin-marketplace-install.test.mjs",
    "validate:finops-fixtures": "python3 tests/validate-finops-price-fixtures.py",
    "validate:readme-counts": "node tests/validate-readme-counts.mjs && node scripts/generate-readme-counts.mjs --check",
    "validate:board-counts": "node scripts/generate-board-counts.mjs --check",
    "validate:qa-cluster": "node tests/eval-qa-cluster.mjs",
    "validate:frontend-security-detection": "python3 tests/validate-frontend-security-detection.py",
    "validate:agent-tool-tiers": "python3 tests/validate-agent-tool-tiers.py",
    "agent-tool-tiers:write": "python3 tests/validate-agent-tool-tiers.py --write",
    "readme-counts:write": "node scripts/generate-readme-counts.mjs",
    "board-counts:write": "node scripts/generate-board-counts.mjs",
    "test:marketplace-validators": "python3 tests/test-marketplace-validators.py",
    "maestro-routing:write": "python3 tests/_generate_maestro_routing_fixtures.py",
    "plugin-manifest:write": "node scripts/generate-plugin-manifest.mjs",
    "cursor-plugin:write": "node scripts/generate-cursor-plugin.mjs",
    "kiro-powers:write": "node scripts/generate-kiro-powers.mjs",
    "asset-integrity:write": "python3 tests/validate-asset-integrity.py --write",
    "model-policy:check": "node scripts/model-policy.mjs check",
    "model-policy:apply": "node scripts/model-policy.mjs apply",
    "model-policy:report": "node scripts/model-policy.mjs report",
    "manifest:write:all": "npm run manifest:write & npm run plugin-manifest:write & npm run cursor-plugin:write & npm run kiro-powers:write & npm run asset-integrity:write & npm run readme-counts:write & npm run board-counts:write & npm run workflow-catalog:write & wait",
    "test:copilot-bundling": "python3 tests/test-copilot-skill-bundling.py",
    "test:gemini-bundling": "python3 tests/test-gemini-skill-bundling.py",
    "test:cursor-kiro-notices": "node tests/export-cursor-kiro-skill-notice.test.mjs",
    "test:fuzz": "node tests/fuzz-properties.test.mjs",
    "validate": "npm run validate:catalog && npm run validate:aws && npm run manifest:check && npm run validate:allowed-tools && npm run validate:skill-coherence && npm run validate:skill-schema && npm run validate:agent-schema && npm run validate:model-policy && npm run validate:links && npm run validate:asset-integrity && npm run validate:mcp-trust-matrix && npm run validate:no-lifecycle-scripts && npm run validate:promotion-gatekeeper && npm run validate:install-coverage && npm run validate:maestro-routing && npm run validate:plugin-manifest && npm run validate:kiro-powers && npm run validate:multi-harness-marketplace && npm run validate:codex-marketplace && npm run validate:finops-fixtures && npm run validate:readme-counts && npm run validate:board-counts && npm run validate:qa-cluster && npm run validate:frontend-security-detection && npm run validate:agent-tool-tiers && npm run validate:workflow-catalog",
    "release:sbom": "command -v syft >/dev/null 2>&1 && syft scan dir:. -o spdx-json=sbom.spdx.json || echo 'syft not installed; SBOM is generated in CI by anchore/sbom-action'",
    "lint:md": "npx --yes markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#.git\" \"#.code-review-graph\" \"#CHANGELOG.md\"",
    "lint:spell": "codespell",
    "lint:docs": "npm run lint:md && npm run lint:spell",
    "workflow-catalog:write": "node scripts/generate-workflow-catalog.mjs",
    "validate:workflow-catalog": "node scripts/generate-workflow-catalog.mjs --check"
  },
  "devDependencies": {
    "@semantic-release/changelog": "7.0.0",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "11.0.1",
    "@semantic-release/github": "12.0.9",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "14.1.1",
    "conventional-changelog-conventionalcommits": "10.3.0",
    "fast-check": "^4.7.0",
    "semantic-release": "25.0.9"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "agentic",
    "cloud",
    "zero-trust",
    "compliance",
    "soc2",
    "pci-dss",
    "nis2",
    "nist",
    "mcp",
    "codex",
    "terraform"
  ]
}
