UNPKG

@hyperse/translator

Version:

Translates messages from the given namespace by using the ICU syntax.

78 lines (77 loc) 1.94 kB
{ "name": "@hyperse/translator", "version": "1.3.3", "description": "Translates messages from the given namespace by using the ICU syntax.", "keywords": [ "hyperse", "ICU", "translator" ], "repository": { "type": "git", "url": "git@github.com:hyperse-io/translator.git" }, "main": "./dist/index.mjs", "files": [ "./bin/", "./dist/", "./index.js" ], "scripts": { "build": "tsup", "changeset": "changeset", "cz": "cz", "lint": "eslint .", "lint-staged-files": "lint-staged --allow-empty", "prepare": "husky", "release": "yarn build && changeset publish", "test": "vitest run", "test:coverage": "vitest run --coverage", "typecheck": "tsc --project ./tsconfig.json --noEmit" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "resolutions": { "typescript": "^5.9.x" }, "dependencies": { "@formatjs/fast-memoize": "^3.1.1", "intl-messageformat": "^11.2.0", "react": "^19.2.4" }, "devDependencies": { "@changesets/changelog-github": "^0.6.0", "@changesets/cli": "^2.30.0", "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "^20.5.0", "@hyperse/eslint-config-hyperse": "^1.6.0", "@hyperse/ts-node-paths": "^1.0.12", "@types/node": "^25.5.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-istanbul": "^4.1.2", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "dotenv": "^17.3.1", "eslint": "^10.1.0", "husky": "^9.1.7", "lint-staged": "^16.4.0", "react": "^19.2.4", "react-dom": "^19.2.4", "tsup": "^8.5.1", "typescript": "^6.0.2", "vite": "^8.0.3", "vitest": "^4.1.2" }, "packageManager": "yarn@4.10.2", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }