langloom
Version:
A command line interface (CLI) tool for managing localization files during development with the i18nexus API
36 lines (35 loc) • 769 B
JSON
{
"name": "langloom",
"version": "1.2.4",
"description": "A command line interface (CLI) tool for managing localization files during development with the i18nexus API",
"main": "index.js",
"bin": {
"langloom": "bin/index.js"
},
"author": "Catherine Östlund (ic3dragon)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ic3Dragon/langloom.git"
},
"keywords": [
"i18nexus",
"cli",
"i18next",
"next-intl",
"react-intl"
],
"scripts": {
"lint": "eslint . --fix"
},
"dependencies": {
"@next/env": "^15.2.0",
"colors": "^1.4.0",
"commander": "^13.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"globals": "^16.0.0"
}
}