{
  "name": "vue-schedule-picker",
  "version": "2.0.6",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "description": "The Vue schedule selector is used to select a time period",
  "keywords": ["vue", "component", "vue schedule component"],
  "author": {
    "name": "wanghan",
    "email": "724690450@qq.com"
  },
  "scripts": {
    "dev": "vite",
    "build": "run-p \"build-only {@}\"",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
  },
  "devDependencies": {
    "@tsconfig/node18": "^18.2.2",
    "@types/jsdom": "^21.1.3",
    "@types/node": "^18.17.17",
    "@vitejs/plugin-vue": "^4.3.4",
    "@vue/test-utils": "^2.4.1",
    "@vue/tsconfig": "^0.4.0",
    "jsdom": "^22.1.0",
    "npm-run-all2": "^6.0.6",
    "sass": "^1.68.0",
    "typescript": "~5.2.0",
    "vite": "^4.4.9",
    "vite-plugin-dts": "1.4.1",
    "vite-plugin-style-inject": "^0.0.1",
    "vitest": "^0.34.4",
    "vue-tsc": "^1.8.11"
  },
  "peerDependencies": {
    "vue": "^3.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wanghangit/vue-schedule-picker.git"
  }
}
