44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@voerkai18n/runtime",
|
|
"version": "1.1.24",
|
|
"description": "核心运行时",
|
|
"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": {
|
|
"@babel/runtime-corejs3": "latest",
|
|
"core-js": "^3.27.1",
|
|
"@babel/runtime": "^7.20.7"
|
|
},
|
|
"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",
|
|
"jest": "^27.5.1",
|
|
"rollup": "^2.69.0",
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"lastPublish": "2023-01-28T15:27:23+08:00"
|
|
} |