{
  "name": "@nxmix/is-full-width",
  "version": "0.1.0",
  "main": "dist/index.js",
  "typings": "dist/types/index.d.ts",
  "repository": "https://github.com/NXMIX/is-full-width.git",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "tsc && ava"
  },
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.25.0",
    "typescript": "^2.9.1"
  },
  "keywords": [
    "fullwidth",
    "full-width",
    "full",
    "width",
    "unicode",
    "character",
    "string",
    "codepoint",
    "code",
    "point",
    "is",
    "detect",
    "check"
  ]
}
