{
  "name": "wakachigaki",
  "version": "1.3.2",
  "description": "Minimal japanese sentence tokenizer written in 100% pure TypeScript.",
  "author": {
    "name": "Yuhsak Inoue",
    "email": "yuhsak.inoue@gmail.com",
    "url": "https://github.com/yuhsak"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yuhsak/wakachigaki.git"
  },
  "main": "lib/cjs/index.js",
  "types": "lib/types/index.d.ts",
  "module": "lib/esm/index.js",
  "files": [
    "lib",
    "src",
    "!lib/**/*.tsbuildinfo",
    "tsconfig.json",
    "tsconfig.cjs.json"
  ],
  "scripts": {
    "clean:dist": "rimraf lib",
    "clean:test": "rimraf coverage",
    "clean": "run-p clean:*",
    "check:tsc": "tsc --noEmit",
    "check:perttier": "prettier --check .",
    "check": "run-s check:*",
    "test": "jest",
    "build:watch": "npm run build -- --watch",
    "build": "tsc -b tsconfig.json tsconfig.cjs.json",
    "prebuild": "run-p clean:dist",
    "start": "npm run watch",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@swc/core": "^1.2.107",
    "@swc/jest": "^0.2.5",
    "@types/jest": "^27.0.2",
    "jest": "27.3.1",
    "jest-coverage-badges": "^1.1.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.4.1",
    "prettier-plugin-md-nocjsp": "^1.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.4.4"
  },
  "sideEffects": false,
  "unpkg": "lib/esm/index.js"
}
