i18nexus-cli
Version:
Command line interface (CLI) for accessing the i18nexus API
27 lines (26 loc) • 530 B
JSON
{
"name": "i18nexus-cli",
"version": "3.8.2",
"description": "Command line interface (CLI) for accessing the i18nexus API",
"main": "index.js",
"bin": {
"i18nexus": "./bin/index.js"
},
"keywords": [
"i18nexus",
"cli",
"react-intl",
"i18next",
"next-intl"
],
"author": "i18nexus",
"license": "MIT",
"dependencies": {
"@next/env": "^11.0.1",
"colors": "^1.4.0",
"commander": "^7.2.0",
"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.7",
"ws": "^8.18.3"
}
}