UNPKG

@roots/bud-client

Version:

Client scripts for @roots/bud

83 lines 1.72 kB
{ "name": "@roots/bud-client", "version": "6.24.0", "description": "Client scripts 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": "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-client" }, "bugs": "https://github.com/roots/bud/issues", "keywords": [ "bud", "bud-framework" ], "files": [ "docs", "lib", "src" ], "type": "module", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": "./lib/index.js", "./dom-ready": "./lib/dom-ready.js", "./lazy": "./lib/lazy.js", "./lib/*": "./lib/*.js" }, "typesVersions": { "*": { ".": [ "./lib/index.d.ts" ], "dom-ready": [ "./lib/dom-ready.d.ts" ], "lazy": [ "./lib/lazy.d.ts" ], "lib/*": [ "./lib/*.d.ts" ] } }, "devDependencies": { "@roots/bud": "6.24.0", "@skypack/package-check": "0.2.2", "@types/node": "20.16.10", "@types/webpack-env": "1.18.5" }, "dependencies": { "tslib": "2.7.0" }, "volta": { "extends": "../../../package.json" } }