{
    "name": "@vxlab/xnpm",
    "version": "0.3.2",
    "description": "xnpm.vivo.xyz 镜像安装程序",
    "bin": {
        "xnpm": "dist/xnpm.min.js"
    },
    "scripts": {
        "build": "gulp build --gulpfile gulpfile.js",
        "upload": "npm run build && npm publish --access public"
    },
    "keywords": [
        "vivo",
        "xlab",
        "npm",
        "xnpm"
    ],
    "author": "Night <maobin.sun@vivo.com>",
    "files": [
        "dist",
        "README.md"
    ],
    "bundledDependencies": [
        "commander",
        "minimist"
    ],
    "dependencies": {
        "commander": "^3.0.0",
        "minimist": "^1.2.0"
    },
    "devDependencies": {
        "gulp": "^4.0.2",
        "gulp-clean": "^0.4.0",
        "gulp-rename": "^1.4.0",
        "gulp-uglify-es": "^1.0.4"
    },
    "license": "MIT"
}
