@artegoser/fluent
Version:
Better Fluent integration for JavaScript
68 lines (67 loc) • 1.44 kB
JSON
{
"name": "@artegoser/fluent",
"version": "1.0.0",
"description": "Better Fluent integration for JavaScript",
"scripts": {
"build": "tsc -p ./tsconfig.lib.json",
"prepublishOnly": "npm run build",
"test": ":"
},
"main": "dist/index.js",
"types": "dist/types",
"keywords": [
"fluent",
"ftl",
"globalization",
"i18n",
"internationalization",
"l10n",
"language-matching",
"language-negotiation",
"languages",
"lcoales",
"locale-matching",
"locale-negotiation",
"localization",
"mozilla",
"translation"
],
"license": "MIT",
"homepage": "https://github.com/artegoser/fluent#readme",
"repository": "github:the-moebius/fluent",
"bugs": {
"url": "https://github.com/artegoser/fluent/issues"
},
"author": {
"name": "Artemy Egorov",
"email": "me@artegoser.ru",
"url": "https://github.com/artegoser"
},
"contributors": [
{
"name": "Slava Fomin II",
"email": "slava@fomin.io",
"url": "https://github.com/slavafomin"
}
],
"engines": {
"node": ">=12"
},
"files": [
"dist/"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fluent/bundle": "^0.18.0",
"@fluent/langneg": "^0.6.2"
},
"devDependencies": {
"@types/node": "^12.20.42",
"npm-run-all": "^4.1.5",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5"
}
}