{
  "name": "@contractspec/example.project-management-sync",
  "version": "3.7.30",
  "description": "Project management sync example: Linear, Jira, and Notion work item creation.",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/browser/index.js",
      "bun": "./dist/index.js",
      "node": "./dist/node/index.js",
      "default": "./dist/index.js"
    },
    "./docs": {
      "types": "./dist/docs/index.d.ts",
      "browser": "./dist/browser/docs/index.js",
      "bun": "./dist/docs/index.js",
      "node": "./dist/node/docs/index.js",
      "default": "./dist/docs/index.js"
    },
    "./docs/project-management-sync.docblock": {
      "types": "./dist/docs/project-management-sync.docblock.d.ts",
      "browser": "./dist/browser/docs/project-management-sync.docblock.js",
      "bun": "./dist/docs/project-management-sync.docblock.js",
      "node": "./dist/node/docs/project-management-sync.docblock.js",
      "default": "./dist/docs/project-management-sync.docblock.js"
    },
    "./example": {
      "types": "./dist/example.d.ts",
      "browser": "./dist/browser/example.js",
      "bun": "./dist/example.js",
      "node": "./dist/node/example.js",
      "default": "./dist/example.js"
    },
    "./project-management-sync.feature": {
      "types": "./dist/project-management-sync.feature.d.ts",
      "browser": "./dist/browser/project-management-sync.feature.js",
      "bun": "./dist/project-management-sync.feature.js",
      "node": "./dist/node/project-management-sync.feature.js",
      "default": "./dist/project-management-sync.feature.js"
    },
    "./run": {
      "types": "./dist/run.d.ts",
      "browser": "./dist/browser/run.js",
      "bun": "./dist/run.js",
      "node": "./dist/node/run.js",
      "default": "./dist/run.js"
    },
    "./sync": {
      "types": "./dist/sync.d.ts",
      "browser": "./dist/browser/sync.js",
      "bun": "./dist/sync.js",
      "node": "./dist/node/sync.js",
      "default": "./dist/sync.js"
    }
  },
  "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 --pass-with-no-tests",
    "prebuild": "contractspec-bun-build prebuild",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@contractspec/integration.provider.project-management": "0.2.5",
    "@contractspec/lib.contracts-spec": "6.4.0",
    "@linear/sdk": "^80.1.0",
    "@notionhq/client": "^5.17.0"
  },
  "devDependencies": {
    "@contractspec/tool.typescript": "3.7.13",
    "typescript": "^5.9.3",
    "@contractspec/tool.bun": "3.7.18"
  },
  "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"
      },
      "./docs": {
        "types": "./dist/docs/index.d.ts",
        "browser": "./dist/browser/docs/index.js",
        "bun": "./dist/docs/index.js",
        "node": "./dist/node/docs/index.js",
        "default": "./dist/docs/index.js"
      },
      "./docs/project-management-sync.docblock": {
        "types": "./dist/docs/project-management-sync.docblock.d.ts",
        "browser": "./dist/browser/docs/project-management-sync.docblock.js",
        "bun": "./dist/docs/project-management-sync.docblock.js",
        "node": "./dist/node/docs/project-management-sync.docblock.js",
        "default": "./dist/docs/project-management-sync.docblock.js"
      },
      "./example": {
        "types": "./dist/example.d.ts",
        "browser": "./dist/browser/example.js",
        "bun": "./dist/example.js",
        "node": "./dist/node/example.js",
        "default": "./dist/example.js"
      },
      "./project-management-sync.feature": {
        "types": "./dist/project-management-sync.feature.d.ts",
        "browser": "./dist/browser/project-management-sync.feature.js",
        "bun": "./dist/project-management-sync.feature.js",
        "node": "./dist/node/project-management-sync.feature.js",
        "default": "./dist/project-management-sync.feature.js"
      },
      "./run": {
        "types": "./dist/run.d.ts",
        "browser": "./dist/browser/run.js",
        "bun": "./dist/run.js",
        "node": "./dist/node/run.js",
        "default": "./dist/run.js"
      },
      "./sync": {
        "types": "./dist/sync.d.ts",
        "browser": "./dist/browser/sync.js",
        "bun": "./dist/sync.js",
        "node": "./dist/node/sync.js",
        "default": "./dist/sync.js"
      }
    },
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/examples/project-management-sync"
  },
  "homepage": "https://contractspec.io"
}
