package.json 572 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-i18n",
3
  "version": "2.0.1-alpha-34920220527004",
4
  "description": "@dcloudio/uni-i18n",
5 6 7
  "main": "./dist/uni-i18n.cjs.js",
  "module": "./dist/uni-i18n.es.js",
  "types": "./dist/uni-i18n.d.ts",
8 9 10 11 12 13 14 15 16 17 18 19
  "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"
20
  },
21
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
22
}