{
  "name": "@vill-v/date",
  "version": "1.3.3",
  "description": "总结了开发中遇到的时间业务",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "author": {
    "name": "whitekite",
    "email": "1075790909@qq.com"
  },
  "sideEffects": false,
  "homepage": "https://vill-v-kit.github.io/vill-v/",
  "repository": "https://github.com/vill-v-kit/vill-v.git",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "dayjs": "^1.11.13",
    "@vill-v/regexp-match": "1.3.3"
  },
  "scripts": {
    "build": "pnpm dlx automd && tsup-node"
  }
}