UNPKG

@voerkai18n/runtime

Version:
45 lines 1.08 kB
{ "name": "@voerkai18n/runtime", "version": "3.0.14", "description": "runtime of voerkai18n", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", "repository": { "type": "git", "url": "git+https://github.com/zhangfisher/voerka-i18n" }, "keywords": [ "voerkai18n", "i18n", "language", "translation", "internationalize" ], "author": "wxzhang", "license": "MIT", "dependencies": { "asyncsignal": "^0.0.2", "flex-tools": "^1.4.41", "flexvars": "^1.0.8", "ts-mixer": "^6.0.4" }, "devDependencies": { "@swc/core": "^1.10.4", "@types/node": "^22.13.8", "@vitest/coverage-c8": "^0.33.0", "@vitest/coverage-v8": "^2.1.8", "bcp47-language-tags": "^1.0.1", "esbuild-analyzer": "^0.2.0", "tsup": "^8.3.6", "typescript": "^5.8.2", "vitest": "^2.1.8" }, "scripts": { "test": "vitest", "test:coverage": "vitest --coverage", "build": "tsup", "build:watch": "tsup --watch" } }