{
  "name": "@gotlibr/aisdlc",
  "version": "2.0.1",
  "description": "Generic workflow builder and offline execution engine",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gotlibr/aisdlc.git"
  },
  "type": "module",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.10"
  },
  "packageManager": "pnpm@10.0.0",
  "bin": {
    "aisdlc": "dist/bin/aisdlc.js"
  },
  "exports": {
    "./workflows": {
      "types": "./dist/src/workflows/index.d.ts",
      "import": "./dist/src/workflows/index.js"
    }
  },
  "files": [
    "README.md",
    "dist",
    "docs/product",
    "native",
    "scripts",
    "schemas",
    "presets",
    "skills"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "release:pack": "node scripts/release.mjs",
    "build:native": "node scripts/build-native.mjs",
    "verify:native": "node scripts/build-native.mjs --verify",
    "verify:native:matrix": "node scripts/verify-native-matrix.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "node scripts/test-phases.mjs",
    "test:foundation": "vitest run test/foundation",
    "test:architecture": "vitest run test/foundation/architecture.test.ts test/architecture",
    "test:conformance": "vitest run test/conformance",
    "test:native": "node --expose-gc node_modules/vitest/vitest.mjs run test/native",
    "test:cold-start": "node test/package/cold-start.mjs",
    "architecture:verify": "pnpm build && node dist/tools/trace/architecture.js",
    "postinstall": "node scripts/postinstall.mjs",
    "prepack": "node scripts/package-runtime.mjs --verify && node scripts/build-native.mjs --verify --quiet",
    "prepublishOnly": "pnpm build && node scripts/verify-native-matrix.mjs"
  },
  "aisdlcRuntimeDependencies": {
    "ajv": "8.17.1",
    "fast-deep-equal": "3.1.3",
    "fast-uri": "3.1.5",
    "json-schema-traverse": "1.0.0",
    "remark-parse": "11.0.0",
    "require-from-string": "2.0.2",
    "typescript": "5.7.2",
    "unified": "11.0.5"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "22.10.2",
    "ajv": "8.17.1",
    "fast-deep-equal": "3.1.3",
    "fast-uri": "3.1.5",
    "json-schema-traverse": "1.0.0",
    "remark-parse": "11.0.0",
    "require-from-string": "2.0.2",
    "typescript": "5.7.2",
    "unified": "11.0.5",
    "vitest": "2.1.8"
  }
}
