{
  "name": "@roots/sage",
  "version": "6.24.0",
  "description": "@roots/sage preset for @roots/bud",
  "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"
    },
    {
      "email": "joshua@orangepineapple.com",
      "name": "Joshua Fredrickson",
      "url": "https://github.com/joshuafredrickson"
    },
    {
      "name": "QWp6t",
      "url": "https://github.com/QWp6t"
    },
    {
      "email": "brandon@tendency.me",
      "name": "Brandon",
      "url": "https://github.com/Log1x"
    }
  ],
  "license": "MIT",
  "bugs": "https://github.com/roots/bud/issues",
  "documentation": "https://bud.js.org/extensions/sage",
  "funding": {
    "type": "github sponsors",
    "url": "https://github.com/sponsors/roots"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/roots/bud",
    "directory": "sources/@roots/sage"
  },
  "keywords": [
    "bud",
    "sage"
  ],
  "files": [
    "config",
    "docs",
    "lib",
    "src"
  ],
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./acorn": "./lib/acorn/index.js",
    "./acorn-v2-public-path": "./lib/acorn-v2-public-path/index.js",
    "./blade-loader": "./lib/blade-loader/index.js",
    "./client": "./lib/client/index.js",
    "./client/dom-ready": "./lib/client/dom-ready.js",
    "./client/lazy": "./lib/client/lazy.js",
    "./sage": "./lib/sage/index.js",
    "./stylelint": "./config/stylelint.cjs",
    "./stylelint-config": "./config/stylelint.cjs",
    "./config/stylelint": "./config/stylelint.cjs",
    "./config/jsconfig.json": "./config/jsconfig.json",
    "./config/tsconfig.json": "./config/tsconfig.json"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./lib/index.d.ts"
      ],
      "acorn": [
        "./lib/acorn/index.d.ts"
      ],
      "acorn-v2-public-path": [
        "./lib/acorn-v2-public-path/index.d.ts"
      ],
      "blade-loader": [
        "./lib/blade-loader/index.d.ts"
      ],
      "client": [
        "./lib/client/index.d.ts"
      ],
      "client/dom-ready": [
        "./lib/client/dom-ready.d.ts"
      ],
      "client/lazy": [
        "./lib/client/lazy.d.ts"
      ],
      "sage": [
        "./lib/sage/index.d.ts"
      ]
    }
  },
  "types": "./lib/index.d.ts",
  "module": "./lib/index.js",
  "devDependencies": {
    "@skypack/package-check": "0.2.2",
    "@types/node": "20.16.10"
  },
  "dependencies": {
    "@roots/blade-loader": "6.24.0",
    "@roots/bud": "6.24.0",
    "@roots/bud-build": "6.24.0",
    "@roots/bud-client": "6.24.0",
    "@roots/bud-entrypoints": "6.24.0",
    "@roots/bud-framework": "6.24.0",
    "@roots/bud-postcss": "6.24.0",
    "@roots/bud-preset-wordpress": "6.24.0",
    "@roots/bud-support": "6.24.0",
    "tslib": "2.7.0",
    "webpack": "5.95.0"
  },
  "volta": {
    "extends": "../../../package.json"
  }
}