{
  "name": "@common-intellisense/chakra-ui-react2",
  "type": "module",
  "version": "0.0.1",
  "packageManager": "pnpm@7.33.7",
  "description": "",
  "author": "Simon He",
  "license": "MIT",
  "funding": "https://github.com/sponsors/Simon-He95",
  "homepage": "https://github.com/common-intellisense/chakra-ui-react#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/common-intellisense/chakra-ui-react.git"
  },
  "bugs": "https://github.com/common-intellisense/chakra-ui-react/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "bin": {
    "run": "./cli.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup ./src/index.ts --format cjs,esm --dts --clean --minify",
    "dev": "npm run build -- --watch src",
    "format": "prettier --write --cache .",
    "lint": "eslint . --cache",
    "lint:fix": "pnpm run lint --fix",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.5.1",
    "@types/node": "^18.19.50",
    "bumpp": "^8.2.1",
    "eslint": "^9.10.0",
    "lint-staged": "^13.3.0",
    "picocolors": "^1.1.0",
    "prettier": "^2.8.8",
    "rimraf": "^3.0.2",
    "tinyglobby": "^0.2.9",
    "tsup": "^6.7.0",
    "tsx": "^3.14.0",
    "typescript": "^4.9.5",
    "vitest": "^0.15.2"
  },
  "lint-staged": {
    "*": [
      "prettier --write --cache --ignore-unknown"
    ],
    "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
  }
}
