{
  "name": "@teste-ui/cli",
  "version": "2.1.1",
  "description": "Generate theme typings for autocomplete",
  "keywords": [
    "theme",
    "theming",
    "typings",
    "generator",
    "chakra ui",
    "ui mode",
    "ui"
  ],
  "author": "Tim Kolberger <tim@kolberger.eu>",
  "homepage": "https://github.com/chakra-ui/chakra-ui#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "sideEffects": false,
  "files": [
    "dist",
    "bin"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/chakra-ui.git"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "bin": {
    "chakra-cli": "bin/index.js"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist --source-maps",
    "dev": "node bin/index.js tokens ../../website/theme.ts"
  },
  "dependencies": {
    "@teste-ui/utils": "^2.0.2",
    "@swc/core": "^1.2.177",
    "chokidar": "^3.5.3",
    "cli-check-node": "^1.3.4",
    "cli-handle-unhandled": "^1.1.1",
    "cli-welcome": "^2.2.2",
    "commander": "^9.3.0",
    "lodash.throttle": "^4.1.1",
    "module-alias": "^2.2.2",
    "ora": "^5.3.0",
    "prettier": "^2.4.1",
    "regenerator-runtime": "^0.13.7",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.11.0",
    "update-notifier": "^5.0.1"
  },
  "devDependencies": {
    "@types/lodash.throttle": "^4.1.7",
    "@types/module-alias": "^2.0.1",
    "@types/ora": "^3.2.0",
    "@types/update-notifier": "5.0.0"
  }
}
