{
  "version": "1.2.0",
  "name": "msemoji",
  "description": "A Unicode standard based way like Twemoji to implement emoji across all platforms.",
  "homepage": "https://dellzhackintosh.github.io/msemoji/",
  "main": "./dist/msemoji.npm.js",
  "module": "./dist/msemoji.esm.js",
  "unpkg": "./dist/msemoji.min.js",
  "scripts": {
    "prebuild": "node ./scripts/setup-regexp.js",
    "build": "node ./scripts/build.js",
    "test": "node ./scripts/test.js",
    "generate": "npm-run-all -s prebuild build test"
  },
  "keywords": [
    "emoji",
    "DOM",
    "parser",
    "images",
    "retina",
    "Microsoft",
    "unicode"
  ],
  "devDependencies": {
    "@unicode/unicode-15.1.0": "^1.6.5",
    "npm-run-all": "^4.1.5",
    "regenerate": "^1.4.2",
    "rollup": "^4.30.1",
    "uglify-js": "2.6.2"
  },
  "dependencies": {
    "fs-extra": "^8.0.1",
    "jsonfile": "^5.0.0",
    "terser": "^5.37.0",
    "universalify": "^0.1.2"
  },
  "files": [
    "dist/msemoji*.js",
    "index.d.ts"
  ],
  "author": {
    "name": "DaleZ (zDaleZ)",
    "web": "https://github.com/zDaleZ"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/zDaleZ/msemoji.git"
  },
  "license": "MIT"
}
