{
  "name": "wechat-emojis",
  "version": "1.0.2",
  "description": "完整的微信内置表情资源库，包含 109 个高清 PNG 图片和类型安全的 TypeScript API",
  "main": "wechatEmoji.js",
  "types": "wechatEmoji.d.ts",
  "module": "wechatEmoji.js",
  "files": [
    "wechatEmoji.js",
    "wechatEmoji.ts",
    "wechatEmoji.d.ts",
    "assets/**/*",
    "README.md",
    "API.md",
    "REACT_USAGE.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "wechat",
    "emoji",
    "emojis",
    "微信",
    "表情包",
    "typescript",
    "react",
    "vue",
    "angular"
  ],
  "author": "xxk8",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xxk8/wechat-emojis.git"
  },
  "bugs": {
    "url": "https://github.com/xxk8/wechat-emojis/issues"
  },
  "homepage": "https://github.com/xxk8/wechat-emojis#readme",
  "devDependencies": {
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
