{
  "name": "emoji-cheat-sheet",
  "version": "0.0.0-dev",
  "private": true,
  "repository": "ikatyang/emoji-cheat-sheet",
  "homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme",
  "author": {
    "name": "Ika",
    "email": "ikatyang@gmail.com",
    "url": "https://github.com/ikatyang"
  },
  "license": "MIT",
  "scripts": {
    "lint": "tslint -p . --type-check",
    "test": "jest",
    "generate": "node ./scripts/generate.js > ./README.md"
  },
  "dependencies": {
    "cheerio": "^0.22.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "@types/cheerio": "0.22.13",
    "@types/jest": "24.0.18",
    "@types/node": "12.7.4",
    "@types/request": "2.48.2",
    "jest": "24.9.0",
    "jest-playback": "2.0.2",
    "prettier": "1.17.0",
    "tslint": "5.19.0",
    "tslint-plugin-prettier": "2.0.1",
    "typescript": "3.6.2"
  },
  "engines": {
    "node": ">= 12"
  }
}