{
  "name": "date-week-range",
  "version": "2.0.3",
  "description": "This is a week range selector.",
  "author": "sifan",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "main": "dist/index.min.js",
  "module": "src/index.esm.js",
  "unpkg": "dist/index.min.js",
  "files": ["dist", "src", "typings"],
  "dependencies": {
    "@element-plus/icons-vue": "^2.0.6",
    "core-js": "^3.6.5",
    "dayjs": "^1.9.6",
    "element-plus": "^2.0.4",
    "vue": "^3.2.33"
  },
  "bugs": {
    "url": "https://github.com/xiaofan9/date-week-range/issues"
  },
  "homepage": "https://github.com/xiaofan9/date-week-range#readme",
  "keywords": ["date-picker", "date-week", "date-week-range", "week-range", "element-plus", "element-plus-components"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaofan9/date-week-range.git"
  },
  "typings": "typings/index.d.ts",
  "vetur": {
    "tags": "dist/tags.json",
    "attributes": "dist/attributes.json"
  },
  "web-types": "dist/web-types.json"
}