fes.js/packages/fes-plugin-locale/package.json
2023-04-01 15:22:50 +08:00

41 lines
887 B
JSON

{
"name": "@fesjs/plugin-locale",
"version": "4.0.0",
"description": "@fesjs/plugin-locale",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-locale"
},
"keywords": [
"fes"
],
"author": "harrywan",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.0",
"vue-i18n": "^9.0.0"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0",
"@fesjs/fes-design": "^0.7.0",
"vue": "^3.2.47"
},
"typings": "./types.d.ts"
}