{
  "name": "create-analog",
  "version": "2.6.1",
  "type": "module",
  "license": "MIT",
  "author": "Brandon Roberts",
  "scripts": {},
  "bin": {
    "create-analog": "index.js"
  },
  "files": [
    "index.js",
    "template-angular-v17",
    "template-angular-v18",
    "template-angular-v19",
    "template-angular-v20",
    "template-blog",
    "template-latest",
    "template-minimal",
    "files"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/analogjs/analog.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/brandonroberts"
  },
  "bugs": {
    "url": "https://github.com/analogjs/analog/issues"
  },
  "homepage": "https://github.com/analogjs/analog/tree/main#readme",
  "dependencies": {
    "kolorist": "^1.6.0",
    "minimist": "^1.2.7",
    "prompts": "^2.4.2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
