{
  "name": "universal-emoji-parser",
  "version": "3.0.2",
  "description": "This tool allow parse unicode and emoji codes to html images using emojilib && Twemoji CDN",
  "keywords": [
    "emoji",
    "parser",
    "transform",
    "slack",
    "twitter",
    "github",
    "emoji-parser",
    "emoji parser",
    "unicode",
    "emoji unicode",
    "shortcode",
    "emoji shortcode",
    "slack",
    "discord",
    "google-chat",
    "google chat",
    "microsoft-teams",
    "microsoft teams"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DailyBotHQ/universal-emoji-parser.git"
  },
  "author": "DailyBot <developers@dailybot.com> (https://dailybot.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DailyBotHQ/universal-emoji-parser/issues",
    "email": "developers@dailybot.com"
  },
  "homepage": "https://github.com/DailyBotHQ/universal-emoji-parser#readme",
  "devDependencies": {
    "@biomejs/biome": "2.4.16",
    "@twemoji/parser": "17.0.1",
    "@types/node": "25.9.2",
    "emojilib": "4.0.3",
    "nodemon": "3.1.14",
    "npm-check-updates": "22.2.3",
    "tsx": "4.22.4",
    "typescript": "6.0.3",
    "unicode-emoji-json": "0.9.0",
    "vite": "8.0.16",
    "vitest": "4.1.8"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "biome:check": "biome check",
    "biome:fix": "biome check --write",
    "biome:fix:unsafe": "biome check --write --unsafe",
    "test": "vitest run",
    "test:watch": "vitest",
    "release": "bash .github/scripts/prepare_release.sh",
    "start": "node dist/index.js",
    "dev": "nodemon --exec tsx src/index.ts",
    "build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "build:dev": "vite build --mode development",
    "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly",
    "build:tsc": "tsc -p tsconfig.build.json --noEmit",
    "ncu:check": "ncu",
    "ncu:upgrade": "ncu -u"
  }
}