{
  "name": "create-ait-app",
  "version": "0.0.2",
  "description": "Create AIT App scaffolding tool",
  "license": "MIT",
  "keywords": [
    "cli",
    "scaffold",
    "scaffolding",
    "vite",
    "react",
    "typescript",
    "create-app",
    "apps-in-toss",
    "ait"
  ],
  "bin": {
    "create-ait-app": "bin/index.js"
  },
  "scripts": {
    "test": "node -c ./bin/index.js && node -c ./src/main.js",
    "prepublishOnly": "npm run test"
  },
  "files": [
    "bin",
    "src",
    "template"
  ],
  "dependencies": {
    "@inquirer/prompts": "^7.10.1"
  }
}
