UNPKG

@messageformat/fluent

Version:

Conversion & compatibility tools for using Fluent with MessageFormat 2

42 lines (41 loc) 959 B
{ "name": "@messageformat/fluent", "version": "0.12.3", "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-12" }, "scripts": { "build": "tsc --project tsconfig.build.json" } }