{
  "name": "react-rating-star-with-type",
  "version": "1.2.2",
  "description": "This simple react rating star component with typescript support made by Ziaul Hoque Founder of Revuers.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/ziaulhoque24/react-rating-star-with-type"
  },
  "main": "dist/RatingStar.js",
  "keywords": [
    "react",
    "javascript",
    "typescript"
  ],
  "author": "Ziaul Hoque",
  "license": "MIT",
  "dependencies": {
    "react": "^18.2.0",
    "typescript": "^5.1.3"
  },
  "devDependencies": {
    "@types/react": "^18.2.12"
  },
  "scripts": {
    "build": "tsc"
  }
}