{
  "name": "@kinesys/design",
  "version": "0.0.30",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": {
    "name": "trycortex",
    "url": "https://twitter.com/trycortex"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kinesysai/design-system.git",
    "directory": "packages/cli"
  },
  "files": [
    "dist",
    "system/**/*"
  ],
  "bin": "./dist/index.js",
  "exports": "./dist/index.js",
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf dist",
    "start": "node dist/index.js",
    "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
    "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
    "release": "npm run build && npm publish --no-git-checks --access public",
    "release:beta": "npm run build && npm publish --no-git-checks --access public --tag beta"
  },
  "devDependencies": {
    "@turbo/gen": "^1.10.14",
    "@types/cli-spinner": "^0.2.1",
    "@types/fs-extra": "^11.0.2",
    "@types/inquirer": "^9.0.3",
    "@types/node": "^20.8.0",
    "@types/react": "^18.2.24",
    "@types/react-dom": "^18.2.8",
    "react": "^18.2.0",
    "ts-node": "^10.9.1",
    "tsup": "^7.2.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.3.1",
    "@radix-ui/react-alert-dialog": "^1.0.5",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "cli-spinner": "^0.2.10",
    "clsx": "^2.0.0",
    "commander": "^11.0.0",
    "figures": "^5.0.0",
    "fs-extra": "^11.1.1",
    "inquirer": "^9.2.11",
    "ora": "^7.0.1",
    "usehooks-ts": "^2.9.1",
    "zod": "^3.22.2"
  }
}
