{
  "name": "@bolt/build-utils",
  "version": "5.4.0",
  "description": "Build-related utilities and helper scripts used in the Bolt Design System",
  "keywords": [
    "bolt",
    "bolt design system",
    "build tools",
    "utils",
    "utilities"
  ],
  "homepage": "https://boltdesignsystem.com",
  "bugs": "https://github.com/bolt-design-system/bolt/issues",
  "repository": "https://github.com/bolt-design-system/bolt/tree/master/packages/build-tools/utils",
  "license": "MIT",
  "dependencies": {
    "address": "^1.1.0",
    "chalk": "^2.4.2",
    "convert-hrtime": "^3.0.0",
    "cosmiconfig": "^5.2.1",
    "del": "^4.1.1",
    "execa": "^1.0.0",
    "globby": "^11.0.0",
    "js-yaml": "^3.13.1",
    "json-schema-ref-parser": "^7.1.3",
    "jsonschema": "^1.2.4",
    "node-cache": "^4.2.0",
    "node-notifier": "^9.0.0",
    "ora": "^3.4.0",
    "portfinder": "^1.0.20",
    "pretty-ms": "^5.0.0",
    "resolve": "^1.15.0",
    "semver": "^6.1.1",
    "yargs": "^15.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "maintainers": [
    {
      "name": "Salem Ghoweri",
      "email": "me@salemghoweri.com",
      "web": "https://github.com/sghoweri"
    }
  ],
  "schema": "utils/config.schema.yml"
}
