{
"name": "@stelegen/cli",
"version": "0.0.10",
"description": "JSON-first, type-safe i18n codegen. Ships the native `stele` binary; run it as a build step.",
"bin": {
"stele": "bin/stele.js"
},
"files": [
"bin"
],
"optionalDependencies": {
"@stelegen/cli-darwin-arm64": "0.0.10",
"@stelegen/cli-darwin-x64": "0.0.10",
"@stelegen/cli-linux-x64": "0.0.10",
"@stelegen/cli-linux-arm64": "0.0.10",
"@stelegen/cli-win32-x64": "0.0.10"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/briancorbin/stele"
},
"keywords": [
"i18n",
"codegen",
"localization",
"typescript"
]
}