{ "name": "shop_mobile_uni", "version": "1.0.7", "description": "谛宝多多商城", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "gulp:test": "gulp --env test", "gulp:mirror": "gulp --env mirror", "gulp:prod": "gulp --env prod", "path:test": "node path.js test", "path:mirror": "node path.js mirror", "path:prod": "node path.js prod" }, "repository": { "type": "git", "url": "http://39.96.27.29/zhengxiuming/shop_mobile_uni.git" }, "author": "zxm", "license": "ISC", "devDependencies": { "gulp": "^4.0.2", "gulp-if": "^3.0.0", "gulp-oss-publish": "^1.0.4", "js-beautify": "^1.10.3", "minimist": "^1.2.0" }, "dependencies": { "jweixin-module": "^1.6.0", "moment": "^2.24.0" } }