@flashbuy/language
Version:
语言包
34 lines (33 loc) • 623 B
JSON
{
"name": "@flashbuy/language",
"version": "1.0.5",
"description": "语言包",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"author": "wulingshan",
"license": "ISC",
"unpkg": "index.js",
"files": [
"src/*",
"index.d.ts",
"index.js",
"package.json",
"README.md"
],
"keywords": [
"il8n",
"language",
"语言包",
"flashbuy",
"wulingshan"
],
"dependencies": {
"vue-i18n": "^8.28.2"
},
"peerDependencies": {
"vue": "^2.00 || ^3.0.0"
}
}