bruh
Version:
The thinnest possible layer between development and production for the modern web.
64 lines (63 loc) • 1.42 kB
JSON
{
"name": "bruh",
"description": "The thinnest possible layer between development and production for the modern web.",
"keywords": [
"web",
"frontend",
"ui",
"backend",
"utilities",
"library",
"modern"
],
"version": "1.13.1",
"license": "MIT",
"author": {
"name": "Daniel Ethridge",
"url": "https://git.io/de"
},
"homepage": "https://technicalsource.dev/bruh",
"bugs": "https://github.com/Technical-Source/bruh/issues",
"repository": {
"type": "git",
"url": "https://github.com/Technical-Source/bruh.git",
"directory": "packages/bruh"
},
"type": "module",
"main": "./dist/bruh.umd.js",
"sideEffects": false,
"exports": {
".": {
"browser": "./dist/bruh.es.js",
"default": "./dist/bruh.umd.js"
},
"./dom": {
"node": "./src/dom/index.server.mjs",
"browser": "./src/dom/index.browser.mjs"
},
"./reactive": "./src/reactive/index.mjs",
"./util": "./src/util/index.mjs",
"./components/*": "./src/components/*.mjs",
"./media/images": {
"node": "./src/media/images.node.mjs"
}
},
"bin": {
"bruh": "./src/cli/index.mjs"
},
"files": [
"./src/",
"./dist/"
],
"scripts": {
"build": "vite build",
"prepare": "npm run build"
},
"optionalDependencies": {
"cac": "^6.7.14",
"sharp": "^0.31.0"
},
"devDependencies": {
"vite": "^3.1.0"
}
}