{
  "name": "ncr-decode",
  "version": "1.0.2",
  "description": "A Tool to decode numeric character reference(NCR)",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "homepage": "https://github.com/xiaomoer/ncr-decode",
  "bugs": "https://github.com/xiaomoer/ncr-decode/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/xiaomoer/ncr-decode"
  },
  "bin": {
    "ncrd": "src/client.js"
  },
  "keywords": [
    "delphi",
    "dfm",
    "decode",
    "chinese",
    "ncr",
    "html entities",
    "unicode"
  ],
  "author": {
    "name": "limoer",
    "email": "myt19960503@outlook.com"
  },
  "license": "ISC",
  "devDependencies": {
    "jest": "^24.9.0"
  },
  "dependencies": {
    "chalk": "^4.0.0"
  }
}
