{
  "devDependencies": {
    "@types/jest": "29.5.5",
    "@types/node": "18.18.5",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "eslint": "8.51.0",
    "eslint-config-standard-with-typescript": "37.0.0",
    "eslint-plugin-import": "2.28.1",
    "eslint-plugin-n": "15.7.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-simple-import-sort": "9.0.0",
    "htmlparser2": "9.0.0",
    "jest": "29.7.0",
    "ts-jest": "29.1.1",
    "tsup": "6.7.0",
    "typescript": "5.2.2"
  },
  "name": "unicode-emoji-utils",
  "description": "A collection of utilities for emojis",
  "keywords": [
    "unicode",
    "emoji",
    "smiley",
    "utilities",
    "regex"
  ],
  "version": "1.2.0",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --treeshake --minify",
    "lint": "eslint",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test",
    "preversion": "yarn lint",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "jest --config jestconfig.json --passWithNoTests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cungminh2710/unicode-emoji-utils.git"
  },
  "author": "Minh Cung",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cungminh2710/unicode-emoji-utils/issues"
  },
  "homepage": "https://github.com/cungminh2710/unicode-emoji-utils#readme",
  "dependencies": {
    "emoji-regex": "10.3.0"
  }
}
