{
  "name": "@tixyel/cli",
  "version": "3.6.0",
  "private": false,
  "description": "CLI tool for streamelements widgets",
  "keywords": [
    "build",
    "cli",
    "server",
    "typescript",
    "widgets"
  ],
  "homepage": "https://github.com/Tixyel/widgets#readme",
  "bugs": {
    "url": "https://github.com/Tixyel/widgets/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Tixyel",
    "email": "tixyelpvd@gmail.com",
    "url": "https://github.com/tixyel"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tixyel/widgets.git",
    "directory": "packages/cli"
  },
  "bin": {
    "tixyel": "./dist/index.mjs"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./api": {
      "types": "./dist/api.d.mts",
      "import": "./dist/api.mjs",
      "default": "./dist/api.mjs"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "scripts": {
    "build": "cross-env TIXYEL_VERSION=$npm_package_version tsdown",
    "dev": "cross-env TIXYEL_VERSION=$npm_package_version tsdown --watch",
    "check-types": "tsc --noEmit",
    "test": "bun test",
    "cli": "cross-env TIXYEL_VERSION=$npm_package_version bun run src/index.ts"
  },
  "dependencies": {
    "autoprefixer": "^10.5.0",
    "chalk": "^5.6.2",
    "chokidar": "^5.0.0",
    "cli-spinners": "^3.4.0",
    "commander": "^14.0.2",
    "cross-env": "^10.1.0",
    "cssnano": "^7.1.5",
    "esbuild": "^0.28.0",
    "fast-glob": "^3.3.3",
    "html-minifier-terser": "^7.2.0",
    "inquirer": "^13.4.1",
    "javascript-obfuscator": "4.1.1",
    "jsonc-parser": "^3.3.1",
    "jszip": "^3.10.1",
    "ora": "^9.3.0",
    "postcss": "^8.5.9",
    "postcss-nested": "^7.0.2",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.5",
    "@types/html-minifier": "^4.0.6",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/inquirer": "^9.0.9",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@types/ws": "^8.5.12",
    "@typescript/native-preview": "^7.0.0-dev.20260414.1",
    "tsdown": "^0.21.8",
    "typescript": "^6.0.2"
  }
}
