package.json 515 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4
{
  "name": "@dcloudio/uni-i18n",
  "version": "0.0.5",
  "description": "@dcloudio/uni-i18n",
fxy060608's avatar
fxy060608 已提交
5 6 7
  "main": "./dist/uni-i18n.cjs.js",
  "module": "./dist/uni-i18n.es.js",
  "types": "./dist/uni-i18n.d.ts",
fxy060608's avatar
fxy060608 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-i18n"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  }
}