{
  "name": "@build-script/builder",
  "type": "commonjs",
  "version": "3.2.9",
  "description": "run build command(s) serial/parallel with order. (by generate a Gulp config)",
  "keywords": [
    "build",
    "gulp",
    "make",
    "pipeline",
    "process",
    "tool"
  ],
  "license": "MIT",
  "main": "./bin/api.cjs",
  "bin": {
    "build-script": "bin/multi-call.cjs",
    "rimraf": "bin/rimraf.cjs"
  },
  "typings": "./bin/api.d.ts",
  "repository": "https://github.com/GongT/baobao",
  "preferGlobal": true,
  "dependencies": {
    "@build-script/gulp-chain-simplify": "^0.0.13",
    "@gongt/fix-esm": "^0.0.8",
    "@idlebox/common": "^1.3.12",
    "@idlebox/node": "^1.2.9",
    "@idlebox/node-json-edit": "^2.0.23",
    "execa": "^6.1.0",
    "fancy-log": "^2.0.0",
    "fs-extra": "^10.1.0",
    "npm-check-updates": "^16.0.5",
    "pacote": "^13.6.1",
    "source-map-support": "^0.5.21",
    "split2": "^4.1.0",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@build-script/single-dog-asset": "^1.0.22",
    "@microsoft/api-extractor": "^7.29.2",
    "@types/fancy-log": "^2.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/gulp": "^4.0.9",
    "@types/node": "^18.7.2",
    "@types/split2": "^3.2.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "monorepo": "rush",
  "scripts": {
    "clean": "rimraf lib dist .rush temp",
    "watch": "tsc -p src -w",
    "build": "tsc -p src"
  }
}