{
  "name": "php-app",
  "version": "0.3.0",
  "description": "PHP loyihasini desktop ilovaga aylantiruvchi CLI (PHP, HTML, CSS, JS)",
  "bin": {
    "php-app": "bin/php-app.js"
  },
  "main": "runtime/main.js",
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "php",
    "desktop",
    "electron",
    "native",
    "cli"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "bin/",
    "lib/",
    "templates/",
    "scripts/",
    "runtime/main.js",
    "runtime/preload.js",
    "README.md"
  ],
  "dependencies": {
    "electron": "^33.0.0",
    "electron-builder": "^25.0.0"
  }
}
