{
  "name": "@hbilal_9/vue3-star-ratings",
  "author": "HBilal Khan Yousafzai",
  "private": false,
  "version": "0.0.8",
  "type": "module",
  "unpkg": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "keywords": [
    "vue3",
    "vue-star-ratings",
    "vue3-star-ratings",
    "vue3-star",
    "vue3-ratings",
    "stars ratings",
    "star ratings",
    "vue star rating",
    "reviews"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hbilal9/vue3-star-ratings"
  },
  "exports": {
    ".": "./dist/index.js",
    "./dist/style.css": "./dist/style.css"
  },
  "broswer": {
    "./dist/style.css": "./dist/style.css"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "preview": "vite preview"
  },
  "peerDependencies": {
    "vue": "^3.4.21"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@vitejs/plugin-vue": "^4.0.0",
    "typescript": "^4.9.3",
    "vite": "^4.1.0",
    "vite-plugin-dts": "^3.9.1",
    "vue-tsc": "^1.0.24"
  }
}
