{
  "name": "@dnvgl/i18n",
  "version": "1.20.0",
  "description": "A set of functions to support multiple languages/cultures in a browser or Node.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "jest",
    "build": "rimraf lib && tsc -p tsconfig.build.json",
    "compile": "tsc --noEmit --skipLibCheck"
  },
  "keywords": [
    "internationalization",
    "globalization",
    "i18n",
    "l10n",
    "ISO",
    "ISO 3166",
    "ISO 3166-1",
    "ISO 4217",
    "format"
  ],
  "homepage": "https://github.com/dnvgl/i18n",
  "bugs": {
    "url": "https://github.com/dnvgl/i18n/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dnvgl/i18n.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.15.3",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.4",
    "ts-node": "^10.8.0",
    "typescript": "^5.9.2"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
