@formatjs/cli-lib
Version:
Lib for CLI for formatjs.
85 lines • 1.97 kB
JSON
{
"name": "@formatjs/cli-lib",
"description": "Lib for CLI for formatjs.",
"version": "7.3.3",
"license": "MIT",
"author": "Linjie Ding <linjie@airtable.com>",
"type": "module",
"engines": {
"node": ">= 16"
},
"dependencies": {
"@types/estree": "^1.0.6",
"@types/fs-extra": "^11.0.4",
"@types/json-stable-stringify": "^1.1.0",
"@types/node": "^22.0.0",
"chalk": "^4.1.2",
"commander": "^13",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"json-stable-stringify": "^1.1.1",
"loud-rejection": "^2",
"tslib": "^2.8.0",
"typescript": "^5.6.0",
"@formatjs/icu-messageformat-parser": "2.11.2",
"@formatjs/ts-transformer": "3.13.34",
"@formatjs/icu-skeleton-parser": "1.8.14"
},
"peerDependencies": {
"@glimmer/env": "^0.1.7",
"@glimmer/reference": "^0.94.0",
"@glimmer/syntax": "^0.94.9",
"@glimmer/validator": "^0.94.0",
"@vue/compiler-core": "^3.5.12",
"content-tag": "^3.0.0",
"ember-template-recast": "^6.1.5",
"vue": "^3.5.12"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"homepage": "https://github.com/formatjs/formatjs",
"keywords": [
"cli",
"format",
"formatjs",
"formatting",
"globalization",
"i18n",
"internationalization",
"intl",
"locale",
"localization",
"react",
"react-intl",
"reactjs",
"translate",
"translation"
],
"main": "lib_esnext/index.js",
"peerDependenciesMeta": {
"vue": {
"optional": true
},
"@vue/compiler-core": {
"optional": true
},
"@glimmer/env": {
"optional": true
},
"@glimmer/reference": {
"optional": true
},
"@glimmer/syntax": {
"optional": true
},
"@glimmer/validator": {
"optional": true
},
"ember-template-recast": {
"optional": true
},
"content-tag": {
"optional": true
}
},
"repository": "formatjs/formatjs.git"
}