2022-04-01 16:47:53 +08:00

41 lines
1.1 KiB
JSON

{
"name": "@voerkai18n/runtime",
"version": "1.0.8",
"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": "npm version patch && pnpm publish --no-git-checks --access public"
},
"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"
},
"dependencies": {
"@voerkai18n/utils": "workspace:^1.0.0"
}
}