{
    "name": "@phensley/cldr-core",
    "version": "1.14.0",
    "description": "Core library for @phensley/cldr",
    "main": "lib/index.js",
    "module": "lib-es/index.js",
    "types": "lib/index.d.ts",
    "author": "Patrick Hensley <pathensley@gmail.com>",
    "license": "Apache-2.0",
    "homepage": "https://github.com/phensley/cldr-engine/",
    "repository": {
        "type": "git",
        "url": "https://github.com/phensley/cldr-engine"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "api": "api-extractor run -c ./etc/api-extractor.json --verbose",
        "api:local": "pnpm run api -l",
        "bench": "ts-node -P tsconfig.lint.json __benchmarks__/",
        "build": "pnpm run build:cj && pnpm run build:es",
        "build:cj": "tsc -p ./tsconfig.json",
        "build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es",
        "build:lint": "tsc -p ./tsconfig.lint.json",
        "build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput",
        "clean": "rimraf ./lib ./lib-es ./.scratch ./.custom-packs",
        "clean:full": "pnpm run clean && rimraf ./node_modules",
        "coverage": "vitest run --coverage",
        "lint": "eslint src __benchmarks__ __tests__",
        "prepublish": "pnpm run build",
        "test": "vitest --run",
        "test:watch": "vitest"
    },
    "files": [
        "lib/",
        "lib-es/"
    ],
    "dependencies": {
        "@phensley/cldr-types": "workspace:~1.14.0",
        "@phensley/cldr-utils": "workspace:~1.14.0",
        "@phensley/decimal": "workspace:~1.14.0",
        "@phensley/language-tag": "workspace:~1.14.0",
        "@phensley/locale": "workspace:~1.14.0",
        "@phensley/locale-matcher": "workspace:~1.14.0",
        "@phensley/messageformat": "workspace:~1.14.0",
        "@phensley/plurals": "workspace:~1.14.0",
        "@phensley/timezone": "workspace:~1.14.0",
        "tslib": "^2.8.1"
    },
    "devDependencies": {
        "@js-temporal/polyfill": "0.5.1",
        "@types/node": "^24.10.0"
    }
}
