{
  "name": "@discord-user-card/profile-effects",
  "type": "module",
  "version": "0.0.9",
  "description": "All the profile effects supported by Discord (User Card)",
  "keywords": [
    "discord",
    "card",
    "profile",
    "discord-user-card",
    "profile-effects",
    "effects"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib/index.cjs"
    }
  },
  "main": "./lib/index.cjs",
  "module": "./lib/index.js",
  "unpkg": "./lib/index.umd.cjs",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w"
  }
}