{
  "name": "create-mastra",
  "version": "1.10.0",
  "description": "Create Mastra apps with one command",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "create-mastra": "./dist/index.js"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "keywords": [
    "mastra",
    "create",
    "cli",
    "starter",
    "boilerplate",
    "template",
    "init",
    "generator",
    "scaffold",
    "ai",
    "llm",
    "llms",
    "agent",
    "typescript",
    "project"
  ],
  "dependencies": {
    "commander": "^14.0.3",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "posthog-node": "^5.30.6",
    "tinyexec": "^1.1.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "29.0.2",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@types/node": "22.19.15",
    "esbuild": "^0.27.4",
    "eslint": "^10.2.1",
    "rollup": "^4.59.0",
    "rollup-plugin-esbuild": "^6.2.1",
    "rollup-plugin-node-externals": "^8.1.2",
    "typescript": "^6.0.3",
    "@internal/lint": "0.0.97",
    "mastra": "^1.10.0"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "homepage": "https://mastra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "packages/create-mastra"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint .",
    "clean": "rm -rf dist && rm -rf node_modules"
  }
}