{
  "name": "create-factory",
  "version": "0.1.10",
  "description": "Create a Mastra Factory project: an agent-powered software delivery environment built on Mastra. Run `npm create factory` to scaffold and get started.",
  "type": "module",
  "license": "Apache-2.0",
  "bin": {
    "create-factory": "./dist/index.js"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=22.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "mastracode/mastra-factory"
  },
  "homepage": "https://mastra.ai",
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "keywords": [
    "mastra",
    "software-factory",
    "create",
    "scaffold",
    "cli",
    "agents",
    "ai"
  ],
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "commander": "^14.0.3",
    "picocolors": "^1.1.1",
    "tinyexec": "^1.2.4",
    "mastra": "1.26.0"
  },
  "devDependencies": {
    "@types/node": "22.20.1",
    "eslint": "^10.4.1",
    "tsdown": "0.22.9",
    "typescript": "^6.0.3",
    "vitest": "4.1.10",
    "@internal/lint": "0.0.125"
  },
  "scripts": {
    "build": "tsdown --silent --config tsdown.config.ts",
    "check": "tsc --noEmit",
    "test": "vitest run",
    "lint": "oxlint . && eslint .",
    "lint:fix": "oxlint --fix . && eslint --fix ."
  }
}