package.json 589 字节
Newer Older
1
{
fxy060608's avatar
fxy060608 已提交
2
  "name": "@dcloudio/uni-quickapp-webview",
3
  "version": "2.0.2-alpha-3081020230714001",
fxy060608's avatar
fxy060608 已提交
4
  "description": "uni-app quickapp-webview",
5 6 7 8
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
fxy060608's avatar
fxy060608 已提交
9
    "directory": "packages/uni-quickapp-webview"
10 11 12 13 14 15 16
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "uni-app": {
fxy060608's avatar
fxy060608 已提交
17 18
    "name": "quickapp-webview",
    "title": "快应用(Webview)版"
19
  },
20
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
fxy060608's avatar
fxy060608 已提交
21
}