{
  "name": "create-tina-app",
  "version": "2.1.8",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist",
    "examples",
    "bin/*"
  ],
  "bin": "bin/create-tina-app",
  "typings": "dist/index.d.ts",
  "license": "Apache-2.0",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node"
      }
    ]
  },
  "engines": {
    "node": "22.x || 24.x"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/create-tina-app"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.13.1",
    "@types/prompts": "^2.4.9",
    "@types/tar": "6.1.13",
    "typescript": "^5.7.3",
    "@tinacms/scripts": "1.6.1"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^12.1.0",
    "cross-spawn": "^7.0.6",
    "fs-extra": "^11.3.0",
    "ora": "^8.2.0",
    "posthog-node": "^5.17.2",
    "prompts": "^2.4.2",
    "systeminformation": "^5.27.13",
    "tar": "7.4.0"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build",
    "test-run-bin": "pnpm create-tina-app"
  }
}