{
  "name": "@contractspec/bundle.lifecycle-managed",
  "version": "3.7.29",
  "description": "Lifecycle management bundle with analytics and AI advisor",
  "keywords": [
    "contractspec",
    "lifecycle",
    "bundle",
    "analytics",
    "advisor",
    "typescript"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun run build:bundle && bun run build:types",
    "build:bundle": "contractspec-bun-build transpile",
    "build:types": "contractspec-bun-build types",
    "dev": "contractspec-bun-build dev",
    "clean": "rimraf dist .turbo",
    "lint": "bun lint:fix",
    "lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
    "lint:check": "node ../../../scripts/biome.cjs check .",
    "test": "bun test",
    "prebuild": "contractspec-bun-build prebuild",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@contractspec/lib.analytics": "3.7.29",
    "@contractspec/lib.contracts-spec": "6.4.0",
    "@contractspec/lib.lifecycle": "3.7.29",
    "@contractspec/lib.observability": "3.7.29",
    "@contractspec/module.lifecycle-advisor": "3.7.28",
    "@contractspec/module.lifecycle-core": "3.7.28",
    "@contractspec/lib.surface-runtime": "0.5.29"
  },
  "devDependencies": {
    "@contractspec/tool.typescript": "3.7.13",
    "typescript": "^5.9.3",
    "@contractspec/tool.bun": "3.7.18"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/browser/index.js",
      "bun": "./dist/index.js",
      "node": "./dist/node/index.js",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "browser": "./dist/browser/index.js",
        "bun": "./dist/index.js",
        "node": "./dist/node/index.js",
        "default": "./dist/index.js"
      }
    },
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/bundles/lifecycle-managed"
  },
  "homepage": "https://contractspec.io"
}
