{
  "name": "unicode-confusables",
  "version": "0.1.1",
  "description": "Utility for finding confusing unicode in strings",
  "author": "Ty <lastcanal@gmail.com>",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "scripts": {
    "test": "mocha",
    "update": "node scripts/update.js",
    "prepublishOnly": "npm run update && npm test"
  },
  "devDependencies": {
    "mocha": "^8.1.1"
  }
}
