{
  "name": "@exaecut/create-adobe-plugin",
  "version": "0.2.6",
  "description": "A command-line tool to create a new Adobe plugin using C++.",
  "author": {
    "name": "exaecut",
    "url": "https://github.com/exaecut",
    "email": "contact@exaecut.io"
  },
  "bugs": {
    "url": "https://github.com/exaecut/create-adobe-plugin/issues",
    "email": "contact@exaecut.io"
  },
  "main": "dist/index.js",
  "module": "index.ts",
  "type": "module",
  "scripts": {
    "build": "bun build --target=bun ./index.ts --outdir ./dist",
    "postbuild": "bun run postbuild.ts",
    "build:standalone": "bun build --compile --minify ./index.ts --outfile ./create-adobe-plugin",
    "prepublishOnly": "bun run build && npm version patch",
    "start": "bun run build && bun run ./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "create-adobe-plugin": "dist/index.js"
  },
  "keywords": [
    "create",
    "plugin",
    "adobe",
    "exaecut",
    "sdk",
    "make",
    "made",
    "premiere"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exaecut/create-adobe-plugin.git"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "@inquirer/prompts": "^6.0.1",
    "@types/cli-progress": "^3.11.6",
    "cli-progress": "^3.12.0",
    "handlebars": "^4.7.8",
    "ora": "^8.1.0",
    "picocolors": "^1.1.0",
    "ts-zstd": "^1.0.1"
  }
}
