UNPKG

es-hangul

Version:

![es-hangul 로고](https://github.com/toss/es-hangul/assets/69495129/433ddc8c-b32d-4c4c-8b60-5cc9cbe315d3)

87 lines (86 loc) 2.21 kB
{ "name": "es-hangul", "version": "2.3.8", "keywords": [ "한글", "한국어", "텍스트 처리", "초성 검색", "조사 처리", "문자 분해", "한국어 처리", "hangul", "korean", "text processing", "korean-language" ], "repository": "github:toss/es-hangul", "license": "MIT", "packageManager": "yarn@4.10.2", "type": "commonjs", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/*" ], "workspaces": [ ".", "docs", "benchmarks" ], "scripts": { "attw": "attw --pack", "build": "tsup", "changeset:publish": "yarn changeset publish", "changeset:version": "yarn changeset version", "packlint": "packlint sort -R", "publint": "publint --strict", "test": "vitest run --coverage --typecheck", "test:watch": "vitest --ui --coverage --typecheck", "typecheck": "tsc --noEmit", "docs:dev": "yarn workspace docs dev", "docs:build": "yarn workspace docs build", "docs:start": "yarn workspace docs start", "bench": "vitest bench" }, "devDependencies": { "@arethetypeswrong/cli": "^0.15.3", "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.2", "@cspell/eslint-plugin": "^8.10.0", "@netlify/plugin-nextjs": "^5.0.0", "@types/broken-link-checker": "^0", "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "@vitest/coverage-istanbul": "^2.1.2", "@vitest/ui": "^2.1.2", "broken-link-checker": "^0.7.8", "eslint": "^8.57.0", "eslint-config-prettier": "^8.5.0", "packlint": "^0.2.4", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", "typescript": "^5.4.3", "vitest": "^2.1.2" }, "publishConfig": { "access": "public" }, "import": "./dist/index.mjs" }