{
  "name": "@crazy-thursday/use-kfc",
  "version": "1.2.0",
  "description": "generate crazy thursday info hooks!",
  "type": "module",
  "main": "./dist/use-kfc.umd.js",
  "module": "./dist/use-kfc.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/use-kfc.es.js",
      "require": "./dist/use-kfc.umd.js"
    },
    "./slogen": "./dist/slogen.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "@vitejs/plugin-react": "^2.2.0",
    "typescript": "^4.6.4",
    "vite": "^3.2.3",
    "vite-plugin-dts": "^1.7.1"
  },
  "keywords": [
    "react",
    "vue",
    "crazy-thursday",
    "kfc",
    "hooks",
    "cpa"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "author": "innocces<jiangjiangjiangxi@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=10 || >=16",
    "pnpm": ">=7"
  },
  "repository": {
    "url": "https://github.com/crazy-thursday/useKFC.git",
    "type": "git"
  },
  "packageManager": "pnpm@7.17.0",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build && cp src/slogen.json dist/slogen.json",
    "preview": "vite preview"
  }
}