@fluent/bundle
Version:
Localization library for expressive translations.
55 lines (54 loc) • 1.15 kB
JSON
{
"name": "@fluent/bundle",
"description": "Localization library for expressive translations.",
"version": "0.19.1",
"homepage": "https://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
"contributors": [
{
"name": "Zibi Braniecki",
"email": "zbraniecki@mozilla.com"
},
{
"name": "Staś Małolepszy",
"email": "stas@mozilla.com"
}
],
"main": "./index.js",
"module": "./esm/index.js",
"types": "./esm/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/projectfluent/fluent.js.git"
},
"keywords": [
"localization",
"l10n",
"internationalization",
"i18n",
"ftl",
"plural",
"gender",
"locale",
"language",
"formatting",
"translate",
"translation",
"format",
"parser"
],
"scripts": {
"build": "tsc",
"postbuild": "rollup -c ../rollup.config.mjs",
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@fluent/dedent": "^0.5.0",
"temporal-polyfill": "^0.2.5"
}
}