{
  "name": "@capacitor/create-app",
  "version": "0.5.1",
  "description": "Create a new Capacitor project",
  "author": "Ionic Team <hi@ionicframework.com>",
  "homepage": "https://capacitorjs.com",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "./dist/index.js",
  "bin": {
    "create-capacitor-app": "bin/create-capacitor-app"
  },
  "scripts": {
    "pack-assets": "node ./scripts/pack-assets.mjs",
    "lint": "npm run eslint && npm run prettier -- --check",
    "fmt": "npm run eslint -- --fix && npm run prettier -- --write",
    "eslint": "eslint . --ext ts",
    "prettier": "prettier \"**/*.{css,html,js,mjs,ts}\"",
    "build": "npm run clean && npm run pack-assets && tsc",
    "clean": "rimraf ./dist",
    "watch": "tsc -w",
    "release": "np --no-tests",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "assets/app-template.tar.gz",
    "bin/",
    "dist/"
  ],
  "keywords": [
    "capacitor",
    "universal app",
    "progressive web apps",
    "cross platform"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/create-capacitor-app.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/create-capacitor-app/issues"
  },
  "license": "MIT",
  "prettier": "@ionic/prettier-config",
  "eslintConfig": {
    "extends": "@ionic/eslint-config/recommended"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "kleur": "^4.1.5",
    "mustache": "^4.2.0",
    "prompts": "^2.4.2",
    "tar": "^7.5.7",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@ionic/eslint-config": "^0.4.0",
    "@ionic/prettier-config": "^4.0.0",
    "@types/debug": "^4.1.12",
    "@types/mustache": "^4.2.6",
    "@types/prompts": "^2.4.9",
    "eslint": "^8.57.0",
    "np": "^11.0.2",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.2",
    "typescript": "~5.9.3"
  }
}
