{
  "name": "create-streamdeck-react",
  "version": "0.2.5",
  "description": "Scaffold a Stream Deck plugin powered by @fcannizzaro/streamdeck-react",
  "keywords": [
    "cli",
    "create",
    "react",
    "scaffold",
    "stream-deck",
    "streamdeck"
  ],
  "homepage": "https://streamdeckreact.fcannizzaro.com/guides/create-cli",
  "bugs": {
    "url": "https://github.com/fcannizzaro/streamdeck-react/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Francesco Saverio Cannizzaro",
    "url": "https://github.com/fcannizzaro"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fcannizzaro/streamdeck-react.git",
    "directory": "packages/create-streamdeck-react"
  },
  "funding": {
    "type": "patreon",
    "url": "https://patreon.com/fcannizzaro"
  },
  "bin": {
    "create-streamdeck-react": "./dist/index.js"
  },
  "files": [
    "dist",
    "assets",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "test": "bun test src"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.2",
    "typescript": "^6.0.2"
  }
}
