UNPKG

@bw-ui/command-palette

Version:

Beautiful, accessible command palette for the web. Zero dependencies.

50 lines (49 loc) 1.25 kB
{ "name": "@bw-ui/command-palette", "version": "1.0.3", "description": "Beautiful, accessible command palette for the web. Zero dependencies.", "type": "module", "main": "dist/bw-command-palette.min.js", "module": "dist/bw-command-palette.esm.min.js", "types": "src/index.d.ts", "exports": { ".": { "import": "./dist/bw-command-palette.esm.min.js", "require": "./dist/bw-command-palette.min.js", "types": "./src/index.d.ts" }, "./css": "./dist/bw-command-palette.min.css" }, "files": [ "dist", "src/index.d.ts" ], "scripts": { "build": "node build.js", "dev": "node build.js --watch" }, "keywords": [ "command-palette", "cmd-k", "spotlight", "search", "keyboard", "accessibility", "vanilla-js", "no-dependencies", "bw-ui" ], "author": "Black & White UI Engineering", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bw-ui/bw-command-palette" }, "bugs": { "url": "https://github.com/bw-ui/bw-command-palette/issues" }, "homepage": "https://github.com/bw-ui/bw-command-palette", "devDependencies": { "esbuild": "^0.20.2" } }