package.json 617 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-h5-vite",
3
  "version": "3.0.0-alpha-3021220211105001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7
  "description": "uni-h5-vite",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
fxy060608's avatar
fxy060608 已提交
8
    "dist",
fxy060608's avatar
fxy060608 已提交
9
    "lib"
fxy060608's avatar
fxy060608 已提交
10 11 12 13 14 15 16 17 18 19 20
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-h5-vite"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "uni-app": {
    "name": "uni-h5",
fxy060608's avatar
fxy060608 已提交
21 22 23
    "apply": [
      "h5"
    ],
fxy060608's avatar
fxy060608 已提交
24 25
    "main": "dist/index.js"
  },
26
  "license": "Apache-2.0",
27
  "gitHead": "7bcc3303c15141d377645a4995ce186f10ed6b78"
fxy060608's avatar
fxy060608 已提交
28
}