{
  "name": "@winter-love/lodash",
  "version": "1.0.36",
  "description": "Lodash for tree shaking",
  "keywords": [
    "lodash"
  ],
  "repository": "git@github.com:winter-love/web.git",
  "license": "MIT",
  "author": "bichi@live.co.kr",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./*": "./*"
  },
  "main": "dist/index.js",
  "jsdelivr": "dist/index.global.js",
  "unpkg": "dist/index.global.js",
  "module": "dist/index.mjs",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "build": "vite build && pnpm run copytype",
    "copytype": "cpx \"./node_modules/@types/lodash/**/*.ts\" dist ",
    "dev": "vite build --watch --minify false",
    "generate-lodash-es": "lodash modularize exports=es -d -s -o src/lodash"
  },
  "devDependencies": {
    "@types/lodash": "4.17.4",
    "@types/lodash-es": "4.17.9",
    "@winter-love/vite-lib-config": "1.0.29",
    "cpx": "^1.5.0",
    "lodash-cli": "4.17.5",
    "lodash-es": "^4.17.21",
    "vite": "^5.4.12",
    "vite-plugin-solid": "^2.11.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "140dd245929a8f3c722791e21986c66ffa7223b4",
  "tsup": {
    "entry": [
      "src/index.ts"
    ],
    "clean": true,
    "format": [
      "cjs",
      "esm",
      "iife"
    ],
    "outDir": "dist",
    "sourcemap": true,
    "splitting": false
  }
}
