{
  "name": "@toktokhan-dev/cli-plugin-gen-icon-chakra",
  "version": "0.0.13",
  "description": "A CLI plugin for generating Chakra UI icons built by TOKTOKHAN.DEV",
  "author": "TOKTOKHAN.DEV <fe-system@toktokhan.dev>",
  "license": "ISC",
  "type": "module",
  "homepage": "https://toktokhan-dev-docs.vercel.app/docs/docs/tokript/Offical%20Plugins/gen-icon-chakra",
  "repository": {
    "type": "git",
    "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/tree/main/packages/cli-plugins/gen-icon-chakra"
  },
  "bugs": {
    "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/issues"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "!dist/*.map"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "keywords": [
    "cli",
    "plugin",
    "chakra-ui",
    "icon",
    "generation",
    "toktokhan_dev"
  ],
  "dependencies": {
    "eta": "^3.4.0",
    "lodash": "^4.17.21",
    "svgson": "^5.3.1",
    "@toktokhan-dev/cli": "0.0.11",
    "@toktokhan-dev/node": "0.0.10",
    "@toktokhan-dev/universal": "0.0.8"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.0",
    "@toktokhan-dev/ts-config": "0.0.1"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "play": "pnpm build:watch & node --trace-deprecation --watch play/playground.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "api-extractor": "api-extractor run --local --verbose"
  }
}