cursor-i18n
Version:
CLI tool to internationalize Cursor IDE interface with multiple language support
69 lines (68 loc) • 1.75 kB
JSON
{
"name": "cursor-i18n",
"description": "CLI tool to internationalize Cursor IDE interface with multiple language support",
"main": "./dist/index.js",
"version": "0.0.3-alpha.11",
"author": "somersby10ml",
"homepage": "https://github.com/somersby10ml/cursor-i18n#readme",
"bugs": {
"url": "https://github.com/somersby10ml/cursor-i18n/issues"
},
"license": "MIT",
"preferGlobal": true,
"os": [
"win32",
"darwin"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"bun",
"cursor",
"translate",
"patch",
"language",
"registry",
"i18n",
"internationalization",
"IDE",
"cli",
"windows"
],
"repository": {
"type": "git",
"url": "git+https://github.com/somersby10ml/cursor-i18n.git"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"bin": {
"cursor-i18n": "dist/index.js"
},
"scripts": {
"start": "bun run ./src/index.ts",
"build": "rimraf ./dist && bun build ./src/index.ts --outdir=./dist --target=node --format=cjs --minify --external regedit"
},
"devDependencies": {
"@types/bun": "latest",
"@types/os-locale": "^4.0.2",
"@types/win-version-info": "^3.1.3",
"eslint-config-retn0": "^2.4.0",
"rimraf": "^6.0.1"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"commander": "^14.0.0",
"ora": "^8.2.0",
"os-locale": "^6.0.2",
"regedit": "^5.1.4",
"win-version-info": "^6.0.1",
"zod": "^3.25.49"
}
}