{
  "name": "hashnode-postcard",
  "version": "1.4.0",
  "description": "Hashnode blogpost cards for your website",
  "homepage": "https://github.com/AyushSaini00/hashnode-postcard#readme",
  "files": [
    "dist"
  ],
  "main": "./dist/hashnode-postcard.umd.js",
  "module": "./dist/hashnode-postcard.es.js",
  "exports": {
    ".": {
      "import": "./dist/hashnode-postcard.es.js",
      "require": "./dist/hashnode-postcard.umd.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "format": "yarn prettier . --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AyushSaini00/hashnode-postcard.git"
  },
  "keywords": [
    "hashnode",
    "postcard",
    "blogpostcard",
    "blog"
  ],
  "author": "Ayush Saini",
  "bugs": {
    "url": "https://github.com/AyushSaini00/hashnode-postcard/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "prettier": "3.0.3",
    "vite": "^4.4.9"
  },
  "dependencies": {
    "comma-number": "^2.1.0"
  }
}
