{
  "name": "create-angular-project",
  "version": "0.0.1",
  "type": "module",
  "license": "MIT",
  "author": "Brandon Roberts",
  "scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "bin": {
    "create-angular-project": "index.js"
  },
  "files": [
    "index.js",
    "template-*"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=14.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandonroberts/create-angular-project.git"
  },
  "bugs": {
    "url": "https://github.com/brandonroberts/create-angular-project/issues"
  },
  "homepage": "https://github.com/brandonroberts/create-angular-project/tree/main#readme",
  "dependencies": {
    "conventional-changelog": "^1.1.4",
    "conventional-changelog-cli": "^1.3.21",    
    "kolorist": "^1.5.1",
    "minimist": "^1.2.6",
    "prompts": "^2.4.2"
  }
}
