{
  "name": "vue3-plock",
  "version": "0.0.2",
  "type": "module",
  "types": "./dist/water-fall.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview"
  },
  "exports": {
    ".": {
      "types": "./dist/water-fall.d.ts",
      "import": "./dist/water-fall.js",
      "require": "./dist/water-fall.cjs"
    }
  },
  "keywords": [
    "water-fall",
    "vue3"
  ],
  "author": "cyf-super",
  "license": "MIT",
  "dependencies": {
    "vue": "^3.3.4"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cyf-super/vue3-plock"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.6.3",
    "@vitejs/plugin-vue": "^4.2.3",
    "typescript": "^5.0.2",
    "vite": "^4.4.5",
    "vite-plugin-dts": "^3.5.4",
    "vue-tsc": "^1.8.5"
  }
}
