package.json 507 字节
Newer Older
1 2 3 4
{
    "name": "@dcloudio/webpack-uni-pages-loader",
    "version": "1.0.0-alpha-22120190814001",
    "description": "uni-app pages.json loader",
fxy060608's avatar
fxy060608 已提交
5 6 7
    "main": "lib/index.js",
    "files": [
        "lib"
8 9 10 11 12 13 14 15 16 17 18 19 20
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "fxy060608",
    "license": "Apache-2.0",
    "dependencies": {
        "merge": "^1.2.1",
        "strip-json-comments": "^2.0.1"
    },
    "uni-app": {
        "compilerVersion": "2.2.1"
    }
fxy060608's avatar
fxy060608 已提交
21
}