package.json 489 字节
Newer Older
1 2
{
    "name": "@dcloudio/uni-cli-shared",
3
    "version": "2.0.0-alpha-22420190823003",
4 5 6 7 8 9 10 11 12 13 14 15 16
    "description": "uni-cli-shared",
    "main": "lib/index.js",
    "files": [
        "lib"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "fxy060608",
    "license": "Apache-2.0",
    "dependencies": {
        "hash-sum": "^1.0.2",
        "strip-json-comments": "^2.0.1"
fxy060608's avatar
merge  
fxy060608 已提交
17 18
    },
    "gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
fxy060608's avatar
fxy060608 已提交
19
}