{
  "name": "vite-cep-plugin",
  "version": "2.2.3",
  "description": "A Vite Plugin for building Adobe CEP Extension Panels",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperbrew/bolt-cep.git"
  },
  "homepage": "https://github.com/hyperbrew/bolt-cep",
  "license": "MIT",
  "scripts": {
    "build": "tsc && node scripts/copy-files.js",
    "prepare": "npm run build",
    "publish": "npm publish --access public",
    "publish-beta": "npm publish --access public --tag beta"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/ws": "^8.2.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.6.4",
    "vite": "^4.0.5"
  },
  "dependencies": {
    "@types/archiver": "^5.3.1",
    "archiver": "^5.3.1",
    "fs-extra": "^10.0.0",
    "jszip": "^3.10.1",
    "magic-string": "^0.25.7",
    "meta-bolt": "^0.0.17",
    "prettify-xml": "^1.2.0"
  },
  "optionalDependencies": {
    "jsxbin": "^2.3.0"
  },
  "files": [
    "lib/**/*"
  ]
}
