package.json 555 字节
Newer Older
Q
qiang 已提交
1 2
{
  "name": "@dcloudio/uni-cli-i18n",
3
  "version": "2.0.1-alpha-36920221111001",
Q
qiang 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
  "description": "uni-cli-i18n",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-i18n"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "dependencies": {
Q
qiang 已提交
17
    "i18n": "^0.13.3",
Q
qiang 已提交
18
    "os-locale-s-fix": "^1.0.8-fix-1"
19
  },
20
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
Q
qiang 已提交
21
}