{
  "name": "create-zephyr-apps",
  "version": "0.0.54",
  "description": "A CLI tool to create web applications using Zephyr.",
  "keywords": [
    "zephyr",
    "create-zephyr-apps",
    "zephyr-apps",
    "zephyr-cli",
    "zephyr-example",
    "zephyr-template",
    "example",
    "template"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
    "directory": "libs/create-zephyr-apps"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "ZephyrCloudIO",
    "url": "https://github.com/ZephyrCloudIO"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "create-zephyr-apps": "dist/index.js"
  },
  "dependencies": {
    "@clack/prompts": "0.10.1",
    "@pnpm/catalogs.config": "1000.0.2",
    "@pnpm/catalogs.resolver": "1000.0.2",
    "@pnpm/workspace.find-packages": "^1000.0.26",
    "@pnpm/workspace.read-manifest": "1000.1.3",
    "chalk-template": "1.1.0",
    "terminal-link": "^4.0.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/node": "^22.13.11",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "ts-jest": "^29.2.6",
    "tsx": "^4.19.3",
    "typescript": "~5.8.2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "nx run create-zephyr-apps:build",
    "dev": "tsx src/index.ts",
    "patch-version": "pnpm version"
  }
}