{
  "name": "reddit-embed",
  "version": "1.1.2",
  "description": "Client side script that can embed any reddit post onto your website!",
  "main": "dist/bundle.min.js",
  "scripts": {
    "build": "node build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnirudhRahul/Reddit-Embed.git"
  },
  "keywords": [
    "reddit",
    "javascript",
    "reddit-client",
    "reddit-post",
    "embed-comments",
    "client-side"
  ],
  "author": "anirudhrahul",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AnirudhRahul/Reddit-Embed/issues"
  },
  "homepage": "https://github.com/AnirudhRahul/Reddit-Embed#readme",
  "devDependencies": {},
  "dependencies": {
    "concat": "^1.0.3",
    "terser": "^5.3.8"
  }
}
