UNPKG

@messageformat/fluent

Version:

Conversion & compatibility tools for using Fluent with MessageFormat 2

45 lines (44 loc) 1.02 kB
{ "name": "@messageformat/fluent", "version": "0.14.0", "description": "Conversion & compatibility tools for using Fluent with MessageFormat 2", "keywords": [ "messageformat", "fluent", "unicode", "internationalization", "i18n", "localization", "l10n" ], "contributors": [ "Eemeli Aro <eemeli@gmail.com>" ], "license": "Apache-2.0", "homepage": "http://messageformat.github.io/messageformat/api/fluent/", "repository": { "type": "git", "url": "git+https://github.com/messageformat/messageformat.git", "directory": "packages/mf2-fluent" }, "main": "lib/index.js", "type": "module", "files": [ "lib/" ], "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "dependencies": { "@fluent/syntax": "^0.19.0", "fast-deep-equal": "^3.1.3", "messageformat": "^4.0.0" }, "engines": { "node": "^20.19 || ^22.12 || >=24" }, "scripts": { "build": "tsc --project tsconfig.build.json" } }