ajv-ftl-i18n
Version:
Transpile Fluent (ftl) files into ajv error translations.
59 lines (58 loc) • 1.23 kB
JSON
{
"name": "ajv-ftl-i18n",
"version": "0.1.1",
"description": "Transpile Fluent (ftl) files into ajv error translations.",
"main": "index.js",
"type": "module",
"bin": {
"ajv-ftl": "cli.js"
},
"files": [
"cli.js",
"commands/*.js",
"index.js",
"transpile.js",
"locale/*.js"
],
"scripts": {
"build": "./bin/build",
"test": "npm run build && npm run test:unit",
"test:unit": "c8 node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willfarrell/ajv-ftl-i18n.git"
},
"keywords": [
"Fluent",
"@fluent",
"ftl",
"localization",
"l10n",
"internationalization",
"i18n",
"ast",
"compiler",
"transpiler"
],
"author": "willfarrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/willfarrell/ajv-ftl-i18n/issues"
},
"homepage": "https://github.com/willfarrell/ajv-ftl-i18n",
"dependencies": {
"commander": "10.0.0",
"fluent-transpiler": "0.2.1"
},
"devDependencies": {
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"c8": "^7.12.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
}
}