{
  "name": "remark-emoji",
  "version": "2.2.0",
  "description": "Emoji transformer plugin for Remark",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test-types": "dtslint types",
    "mocha": "mocha index_test.js",
    "test": "npm-run-all -p mocha test-types"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhysd/remark-emoji.git"
  },
  "keywords": [
    "markdown",
    "emoji",
    "remark",
    "plugin"
  ],
  "types": "types/index.d.ts",
  "files": [
    "types/index.d.ts",
    "index.js"
  ],
  "author": "rhysd <lin90162@yahoo.co.jp>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rhysd/remark-emoji/issues"
  },
  "homepage": "https://github.com/rhysd/remark-emoji#readme",
  "devDependencies": {
    "dtslint": "^4.0.8",
    "eslint": "^7.23.0",
    "mocha": "^8.3.2",
    "npm-run-all": "^4.1.5",
    "remark": "^13.0.0",
    "remark-autolink-headings": "^6.0.1",
    "remark-github": "^10.0.1",
    "remark-slug": "^6.0.0",
    "typescript": "^4.2.3",
    "unified": "^9.2.1"
  },
  "dependencies": {
    "emoticon": "^3.2.0",
    "node-emoji": "^1.10.0",
    "unist-util-visit": "^2.0.3"
  }
}
