{
  "name": "@soustack/spec",
  "publishConfig": { "access": "public" },
  "version": "0.0.2",
  "type": "module",
  "license": "CC0-1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/RichardHerold/soustack-spec.git"
  },
  "files": [
    "soustack.schema.json",
    "defs/",
    "stacks/",
    "schemas/",
    "fixtures/",
    "src/",
    "dist/",
    "SOUSTACK_SPEC_VERSION",
    "SPEC.md",
    "README.md"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build",
    "guard": "node scripts/guard-no-legacy.mjs",
    "guard:canonical-host": "node scripts/guard-canonical-host.mjs",
    "check-refs": "node scripts/check-schema-refs.mjs",
    "validate": "node scripts/validate-fixtures.mjs",
    "verify:version": "node scripts/verify-version.mjs",
    "verify:registry": "node scripts/validate-registry.mjs",
    "verify:stack-docs": "node scripts/verify-stack-docs.mjs",
    "build:schemas": "node scripts/generate-stack-gating.mjs",
    "docs:sync": "node scripts/generate-docs-from-registry.mjs",
    "verify:generated": "node scripts/verify-generated-clean.mjs",
    "verify": "npm run verify:version && npm run verify:registry && npm run verify:stack-docs && npm run check-refs && npm run guard && npm run guard:canonical-host && npm run validate && npm run verify:generated",
    "test": "npm run verify"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1"
  }
}
