{
  "name": "@ta-interaktiv/create-project",
  "version": "3.0.3",
  "description": "Create a new project based on the TA Interaktiv React Base.",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "docs": "documentation readme src/*.js --section=API"
  },
  "keywords": [
    "cli",
    "react",
    "project",
    "tool"
  ],
  "bin": "./index.js",
  "author": "Kaspar Manz <kaspar.manz@tages-anzeiger.ch>",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.920.0",
    "@aws-sdk/credential-provider-ini": "^3.920.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "inquirer": "^12.10.0",
    "rimraf": "^6.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DND-IT/interaktiv-packages.git"
  },
  "bugs": {
    "url": "https://github.com/DND-IT/interaktiv-packages/issues"
  },
  "homepage": "https://github.com/DND-IT/interaktiv-packages/tree/master/packages/create-project"
}
