39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@voerkai18n/runtime",
|
|
"version": "1.0.24",
|
|
"description": "Voerkai18n Runtime",
|
|
"main": "./dist/index.cjs",
|
|
"module": "dist/index.esm.js",
|
|
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitee.com/zhangfisher/voerka-i18n.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rollup -c",
|
|
"release": "pnpm autopublish"
|
|
},
|
|
"exports": {
|
|
"import": "./dist/index.esm.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"author": "wxzhang",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.6",
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/runtime": "^7.17.8",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"deepmerge": "^4.2.2",
|
|
"rollup": "^2.69.0",
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
|
},
|
|
"lastPublish": "2022-04-16T09:12:02+08:00"
|
|
} |