{
  "name": "@roots/bud-framework",
  "version": "6.24.0",
  "description": "A friendly build tool to help manage your project assets.",
  "engines": {
    "node": ">=16"
  },
  "contributors": [
    {
      "email": "developers@tinypixel.dev",
      "name": "Kelly Mears",
      "url": "https://github.com/kellymears"
    },
    {
      "email": "ben@benword.com",
      "name": "Ben Word",
      "url": "https://github.com/retlehs"
    },
    {
      "name": "QWp6t",
      "url": "https://github.com/QWp6t"
    },
    {
      "email": "brandon@tendency.me",
      "name": "Brandon",
      "url": "https://github.com/Log1x"
    }
  ],
  "license": "MIT",
  "homepage": "https://roots.io/bud",
  "funding": {
    "type": "github sponsors",
    "url": "https://github.com/sponsors/roots"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/roots/bud.git",
    "directory": "sources/@roots/bud-framework"
  },
  "bugs": "https://github.com/roots/bud/issues",
  "keywords": [
    "bud",
    "bud-framework"
  ],
  "files": [
    "docs",
    "lib",
    "scripts",
    "src",
    "vendor"
  ],
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./extension/decorators/*": "./lib/extension/decorators/*.js",
    "./options/*": "./lib/options/*.js",
    "./registry/*": "./lib/registry/*.js",
    "./services/build/*": "./lib/services/build/*.js",
    "./*": "./lib/*/index.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./lib/index.d.ts"
      ],
      "extension/decorators/*": [
        "./lib/extension/decorators/*.d.ts"
      ],
      "options/*": [
        "./lib/options/*.d.ts"
      ],
      "registry/*": [
        "./lib/registry/*.d.ts"
      ],
      "services/build/*": [
        "./lib/services/build/*.d.ts"
      ],
      "*": [
        "./lib/*/index.d.ts"
      ]
    }
  },
  "types": "./lib/index.d.ts",
  "module": "./lib/index.js",
  "devDependencies": {
    "@skypack/package-check": "0.2.2",
    "@types/node": "20.16.10",
    "vitest": "1.6.0"
  },
  "dependencies": {
    "@roots/bud-support": "6.24.0",
    "@roots/container": "6.24.0",
    "@roots/filesystem": "6.24.0",
    "chalk": "5.3.0",
    "execa": "8.0.1",
    "tslib": "2.7.0",
    "webpack": "5.95.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  },
  "volta": {
    "extends": "../../../package.json"
  }
}