2023-04-01 22:17:24 +08:00

36 lines
1019 B
JSON

{
"name": "@voerkai18n/runtime",
"version": "1.1.32",
"description": "runtime of voerkai18n ",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"typings": "./index.d.ts",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs"
},
"author": "wxzhang",
"license": "MIT",
"dependencies": {
"flex-tools": "^1.0.72",
"string.prototype.replaceall": "^1.0.7"
},
"devDependencies": {
"@swc/core": "^1.3.44",
"@types/node": "^18.15.11",
"jest": "^27.5.1",
"tsup": "^6.7.0",
"typescript": "^4.9.3",
"vitest": "^0.29.8"
},
"lastPublish": "2023-03-30T08:53:24+08:00"
}