package.json 669 字节
Newer Older
1 2
{
  "name": "@dcloudio/webpack-uni-pages-loader",
3
  "version": "2.0.1-alpha-36920221111002",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "description": "uni-app pages.json loader",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/webpack-uni-pages-loader"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "dependencies": {
20
    "merge": "^2.1.1",
21 22 23
    "strip-json-comments": "^2.0.1"
  },
  "uni-app": {
Q
qiang 已提交
24
    "compilerVersion": "3.6.9"
25
  },
26
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
fxy060608's avatar
fxy060608 已提交
27
}