cheers-mp-service
Version:
提供插件化的零配置小程序脚手架服务
72 lines (71 loc) • 1.79 kB
JSON
{
"name": "cheers-mp-service",
"version": "1.9.0",
"description": "提供插件化的零配置小程序脚手架服务",
"keywords": [
"cheers-mp-service",
"cheers-mp",
"gulp",
"miniapp"
],
"author": "lizong <running@vip.163.com>",
"homepage": "https://github.com/bigmeow/cheers-mp",
"license": "MIT",
"main": "bin/index.js",
"bin": {
"cheers-mp-service": "bin/index.js"
},
"typings": "types/index.d.ts",
"engines": {
"node": ">=10"
},
"files": [
"bin",
"lib",
"utils",
"types"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@hapi/joi": "^15.0.0",
"@megalo/px2rpx": "^0.1.0",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"cheers-mp-devtools-ci": "^1.9.0",
"cheers-mp-images": "^1.9.0",
"dart-sass": "^1.25.0",
"deepmerge": "^4.2.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-cdnify-plus": "^2.0.0",
"gulp-if": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-install": "^1.1.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replaces": "^0.1.5",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-ts-alias": "^1.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"hash-sum": "^2.0.0",
"lazypipe": "^1.0.2",
"lodash.defaultsdeep": "^4.6.1",
"miniprogram-ci": "^1.0.83",
"read-pkg": "^5.2.0",
"readline": "^1.3.0",
"semver": "^7.1.2",
"string.prototype.padstart": "^3.1.0",
"typescript": "^3.9.3",
"util": "^0.12.1",
"write-json-file": "^4.3.0"
},
"gitHead": "bb1ed902f5934becfc5e5871bb66fd44fe7dee0e"
}