package.json 553 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-mp-weixin",
3
  "version": "2.0.0-alpha-28920200903001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "description": "uni-app mp-weixin",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-mp-weixin"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "uni-app": {
    "name": "mp-weixin",
    "title": "微信小程序"
  },
20
  "gitHead": "e51484a49748f7bff86bb833763e5dff1522d380"
fxy060608's avatar
fxy060608 已提交
21
}