{
  "name": "@unicode-utils/core",
  "version": "0.12.0-beta.15",
  "description": "Utilities for working with Unicode",
  "type": "module",
  "author": {
    "name": "Lucas Nørgård",
    "email": "lucasnrgaard@gmail.com",
    "url": "https://luxass.dev"
  },
  "license": "MIT",
  "homepage": "https://github.com/luxass/unicode-utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luxass/unicode-utils.git",
    "directory": "packages/core"
  },
  "bugs": "https://github.com/luxass/unicode-utils/issues",
  "keywords": [
    "unicode",
    "utils"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./constants": "./dist/constants.js",
    "./datafile": "./dist/datafile.js",
    "./line-helpers": "./dist/line-helpers.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@luxass/utils": "2.7.2",
    "defu": "6.1.4",
    "@unicode-utils/metadata": "0.12.0-beta.15"
  },
  "devDependencies": {
    "@luxass/eslint-config": "6.0.1",
    "@types/node": "24.9.1",
    "eslint": "9.38.0",
    "eslint-plugin-format": "1.0.2",
    "msw": "2.11.6",
    "publint": "0.3.15",
    "tsdown": "0.15.11",
    "tsx": "4.20.6",
    "typescript": "5.9.3",
    "vitest-package-exports": "0.1.1",
    "@unicode-utils-tooling/tsconfig": "1.0.0",
    "@unicode-utils-tooling/tsdown-config": "1.0.0"
  },
  "scripts": {
    "build": "tsdown --tsconfig=./tsconfig.build.json",
    "dev": "tsdown --watch",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "lint": "eslint ."
  }
}