UNPKG

@boost/translate

Version:

Package and application level translations made easy.

58 lines (57 loc) 1.18 kB
{ "name": "@boost/translate", "version": "5.0.0", "type": "module", "release": "1651512178249", "description": "Package and application level translations made easy.", "keywords": [ "boost", "translate", "translator", "i18n", "message", "resources" ], "main": "./mjs/index.mjs", "types": "./mjs/index.d.ts", "files": [ "mjs/**/*", "src/**/*" ], "engines": { "node": ">=18.12.0" }, "repository": { "type": "git", "url": "git@github.com:milesj/boost.git", "directory": "packages/translate" }, "author": "Miles Johnson", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@boost/common": "^5.0.0", "@boost/internal": "^5.0.0", "i18next": "^23.8.2", "os-locale": "^6.0.2" }, "funding": { "type": "ko-fi", "url": "https://ko-fi.com/milesjohnson" }, "packemon": { "api": "private", "format": "mjs", "platform": "node" }, "exports": { "./package.json": "./package.json", ".": { "types": "./mjs/index.d.ts", "import": "./mjs/index.mjs" } }, "gitHead": "868b258fac254aa4c2673755a9fd5acf89091980" }