@roots/bud
Version:
Configurable, extensible build tools for modern single and multi-page web applications
104 lines • 2.47 kB
JSON
{
"name": "@roots/bud",
"version": "6.24.0",
"description": "Configurable, extensible build tools for modern single and multi-page web applications",
"engines": {
"node": ">=16.0.0"
},
"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"
},
"bugs": "https://github.com/roots/bud/issues",
"keywords": [
"bud",
"roots",
"webpack"
],
"bin": {
"bud": "./bin/bud.mjs",
"bund": "./bin/bund.mjs",
"ts-bud": "./bin/ts-bud.mjs"
},
"files": [
"bin",
"docs",
"lib",
"config"
],
"type": "module",
"exports": {
".": "./lib/index.js",
"./*": "./lib/*/index.js",
"./config/jsconfig.json": "./config/jsconfig.json",
"./config/tsconfig.json": "./config/tsconfig.json"
},
"typesVersions": {
"*": {
".": [
"./lib/index.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/coverage-v8": "1.6.0",
"vitest": "1.6.0"
},
"dependencies": {
"@roots/browserslist-config": "6.24.0",
"@roots/bud-api": "6.24.0",
"@roots/bud-build": "6.24.0",
"@roots/bud-cache": "6.24.0",
"@roots/bud-client": "6.24.0",
"@roots/bud-compiler": "6.24.0",
"@roots/bud-dashboard": "6.24.0",
"@roots/bud-entrypoints": "6.24.0",
"@roots/bud-extensions": "6.24.0",
"@roots/bud-framework": "6.24.0",
"@roots/bud-hooks": "6.24.0",
"@roots/bud-minify": "6.24.0",
"@roots/bud-server": "6.24.0",
"@roots/bud-support": "6.24.0",
"browserslist": "4.24.0",
"caniuse-lite": "1.0.30001664",
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
}
}