{
  "name": "@ezuikit/datepicker",
  "version": "0.1.0",
  "description": "date picker",
  "author": "Ezviz-OpenBiz",
  "license": "MIT",
  "main": "dist/index.js",
  "umd": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "module": "dist/index.esm.js",
  "files": [
    "dist",
    "!dist/**/*.map",
    "!dist/**/*.html"
  ],
  "keywords": [
    "ezuikit",
    "ezuikit theme",
    "rec",
    "theme"
  ],
  "scripts": {
    "dev": "cross-env NODE_ENV=development rollup --config ./rollup.config.js --bundleConfigAsCjs --watch",
    "build": "cross-env NODE_ENV=production rollup --config ./rollup.config.js --bundleConfigAsCjs",
    "prebuild": "npm run clear",
    "clear": "rm -rf dist",
    "lint": "eslint src --fix --ext .ts,.tsx,.js,.jsx",
    "fmt": "prettier --write \"{src,__tests__,config}/**/*.{ts,tsx,js,jsx}\""
  },
  "dependencies": {
    "@ezuikit/utils-dom": "^1.0.1",
    "dayjs": "^1.11.10"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
