{
  "name": "@makecode/mecab-analyzer",
  "version": "1.0.0",
  "description": "A MeCab-based morphological analyzer for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "postinstall": "bash ./install-mecab.sh",
    "preuninstall": "bash ./uninstall-mecab.sh",
    "clean": "node clean.js",
    "build:tsc": "tsc --project tsconfig.json",
    "build:vite": "vite build",
    "build": "tsc --project tsconfig.json",
    "prepack": "yarn build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist/**/*",
    "install-mecab.sh",
    "uninstall-mecab.sh",
    "README.md"
  ],
  "keywords": [
    "mecab",
    "morphological",
    "analyzer",
    "typescript"
  ],
  "author": "sung-min",
  "license": "MIT",
  "dependencies": {
    "@makestory/config": "*",
    "typescript": "5.1.3",
    "@types/node": "20.3.1",
    "vite": "^5.0.11",
    "vite-plugin-dts": "^3.7.2"
  },
  "devDependencies": {},
  "peerDependencies": {
    "typescript": "5.1.3",
    "@types/node": "20.3.1"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
