{
  "name": "@karma/icon",
  "version": "0.0.0",
  "private": true,
  "description": "Icon library.",
  "main": "./index.tsx",
  "types": "./index.tsx",
  "scripts": {
    "clean": "git clean -xdf .turbo node_modules",
    "format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
    "generate:component": "turbo gen react-component",
    "lint": "eslint ."
  },
  "prettier": "@karma/web-prettier-config/tailwindcss.mjs",
  "devDependencies": {
    "@karma/cva": "workspace:*",
    "@karma/web-eslint-config": "workspace:*",
    "@karma/web-prettier-config": "workspace:*",
    "@karma/tailwind-config": "workspace:*",
    "@karma/web-tsconfig": "workspace:*",
    "@turbo/gen": "^1.11.1",
    "@types/node": "^18.18.1",
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.8",
    "postcss": "^8.4.35",
    "react": "^18.2.0",
    "tailwindcss": "^3.3.6",
    "typescript": "^5.3.3"
  }
}
