{
  "name": "@tanstack/create-start",
  "version": "0.59.41",
  "description": "Tanstack Start Builder",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/cli.git",
    "directory": "cli-aliases/ts-create-start"
  },
  "homepage": "https://tanstack.com/router",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "react",
    "tanstack",
    "router",
    "tanstack start",
    "create-react-app"
  ],
  "author": "Jack Herrington <jherr@pobox.com>",
  "license": "MIT",
  "dependencies": {
    "@tanstack/cli": "0.70.1",
    "@tanstack/create": "0.69.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.4",
    "typescript": "^6.0.2"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js"
  },
  "bin": {
    "create-start": "./dist/index.js"
  }
}