{
  "name": "create-remix",
  "version": "2.17.5",
  "description": "Create a new Remix app",
  "homepage": "https://remix.run",
  "bugs": {
    "url": "https://github.com/remix-run/remix/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/remix",
    "directory": "packages/create-remix"
  },
  "license": "MIT",
  "typings": "dist/cli.d.ts",
  "bin": {
    "create-remix": "dist/cli.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "tsc": "tsc"
  }
}