{
  "name": "@mastra/factory",
  "version": "0.15.0",
  "description": "Mastra Software Factory module: the server core behind the Mastra Software Factory — storage domains, integrations, and surfaces for agent-powered software delivery",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "factory-skills"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./boards": {
      "import": {
        "types": "./dist/boards/index.d.ts",
        "default": "./dist/boards/index.js"
      }
    },
    "./*": {
      "import": {
        "types": "./dist/*.d.ts",
        "default": "./dist/*.js"
      }
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "mastra",
    "software-factory",
    "agents",
    "ai"
  ],
  "author": "",
  "license": "Apache-2.0",
  "homepage": "https://mastra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "mastracode/factory"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "dependencies": {
    "@octokit/auth-app": "^8.0.0",
    "chat": "^4.34.0",
    "@octokit/rest": "^22.0.1",
    "hono": "^4.12.8",
    "posthog-node": "^5.46.1",
    "zod": "^4.3.6",
    "@mastra/auth-studio": "1.3.6",
    "@mastra/code-sdk": "1.7.2",
    "@mastra/auth-workos": "1.6.5",
    "@mastra/core": "1.67.0",
    "@mastra/slack": "1.6.3"
  },
  "devDependencies": {
    "@types/node": "22.20.1",
    "eslint": "^10.7.0",
    "tsdown": "0.22.9",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.57.0",
    "vitest": "4.1.10",
    "@internal/lint": "0.0.133",
    "@mastra/libsql": "1.23.0",
    "@mastra/pg": "1.25.0",
    "@internal/types-builder": "0.0.108",
    "@internal/workspace": "0.0.5"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "build:lib": "tsdown --silent --config tsdown.config.ts",
    "generate:api-cli-route-metadata": "tsx scripts/generate-api-cli-route-metadata.ts",
    "smoke:dist": "node --input-type=module -e \"import('./dist/index.js').then(() => console.log('dist import ok')).catch(e => { console.error(e.message); process.exit(1); })\"",
    "check": "tsc --noEmit",
    "test": "vitest run",
    "lint": "oxlint . && eslint .",
    "lint:fix": "oxlint --fix . && eslint --fix ."
  }
}