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