{
  "name": "@sky.ui/cli",
  "version": "0.0.23",
  "description": "Sky UI Pro CLI — login, install, status, and npm setup for online licensing",
  "keywords": [
    "sky-ui",
    "cli",
    "pro",
    "licensing",
    "design-system"
  ],
  "author": "Sky UI",
  "type": "module",
  "main": "bin/sky-ui-pro.mjs",
  "types": "./index.d.ts",
  "bin": {
    "sky-ui-pro": "bin/sky-ui-pro.mjs"
  },
  "files": [
    "bin",
    "lib",
    "index.d.ts",
    "README.md",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "open": "^10.1.0",
    "picocolors": "^1.1.1",
    "tar": "^7.4.3"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node lib/postinstall.mjs",
    "test": "node --test test/**/*.test.mjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/sky_ui/sky-ui.git",
    "directory": "packages/pro/cli"
  },
  "bugs": {
    "url": "https://gitlab.com/sky_ui/sky-ui/-/issues"
  },
  "homepage": "https://library.sky-ui.com"
}
