{
  "name": "word-count",
  "version": "0.3.1",
  "description": "Word count in respect of CJK characters.",
  "main": "index.cjs",
  "module": "index.mjs",
  "type": "module",
  "types": "index.d.ts",
  "files": [
    "index.cjs",
    "index.mjs",
    "index.d.ts"
  ],
  "exports": {
    "import": "./index.mjs",
    "require": "./index.cjs",
    "types": "./index.d.ts"
  },
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lepture/word-count.git"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "count",
    "word-count"
  ],
  "author": "Hsiaoming Yang <me@lepture.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lepture/word-count/issues"
  }
}
