package.json 769 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-mp-compiler",
3
  "version": "3.0.0-alpha-3021020211025001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8
  "description": "uni-mp-compiler",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
fxy060608's avatar
fxy060608 已提交
9
    "dist/**/*.json",
fxy060608's avatar
fxy060608 已提交
10 11 12 13 14 15 16 17 18 19 20 21
    "dist/**/*.d.ts",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-mp-compiler"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
22
  "gitHead": "1efa8efd0a9eddeabdba75c020d015ebf31b8177",
fxy060608's avatar
fxy060608 已提交
23 24 25
  "dependencies": {
    "@babel/parser": "^7.15.0",
    "@babel/types": "^7.15.0",
26
    "@vue/compiler-core": "^3.2.20",
fxy060608's avatar
fxy060608 已提交
27
    "@vue/compiler-dom": "^3.2.20",
fxy060608's avatar
fxy060608 已提交
28
    "estree-walker": "^2.0.2"
fxy060608's avatar
fxy060608 已提交
29 30
  }
}