UNPKG

@nexim/localizer

Version:

Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.

95 lines (94 loc) 2.21 kB
{ "name": "@nexim/localizer", "version": "1.1.7", "description": "Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.", "keywords": [ "localization", "internationalization", "i18n", "l10n", "localizer", "localization-helper", "i18n-helper", "typescript", "nexim" ], "homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/localizer#readme", "bugs": { "url": "https://github.com/the-nexim/nanolib/issues" }, "repository": { "type": "git", "url": "https://github.com/the-nexim/nanolib", "directory": "packages/localizer" }, "license": "AGPL-3.0-only", "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)", "contributors": [], "type": "module", "exports": { ".": { "types": "./dist/main.d.ts", "default": "./dist/main.js" } }, "main": "./dist/main.js", "types": "./dist/main.d.ts", "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", "LICENSE", "!**/*.test.js" ], "scripts": { "build": "wireit", "doc": "wireit", "test": "wireit", "watch": "wireit" }, "devDependencies": { "ava": "^6.4.1", "typedoc": "^0.28.16", "typedoc-plugin-markdown": "^4.9.0", "typedoc-plugin-no-inherit": "^1.6.1", "typescript": "^5.9.3", "wireit": "^0.14.12" }, "publishConfig": { "access": "public" }, "wireit": { "test": { "command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava" }, "build": { "dependencies": [ "build:type" ] }, "build:type": { "command": "tsc --build", "files": [ "src", "tsconfig.json" ], "clean": "if-file-deleted", "output": [ "dist", "tsconfig.tsbuildinfo" ] }, "watch": { "dependencies": [ "watch:ts" ] }, "watch:ts": { "command": "tsc --build --watch --preserveWatchOutput", "service": true }, "doc": { "command": "typedoc" } }, "gitHead": "6ce1c210cad293866f72e7f9ad919552e956e983" }