UNPKG

super-browser-window-kit

Version:

Super toolkit for enhanced Electron BrowserWindow with rounded corners and macOS liquid glass effects

84 lines 2.17 kB
{ "name": "super-browser-window-kit", "version": "1.0.18", "description": "Super toolkit for enhanced Electron BrowserWindow with rounded corners and macOS liquid glass effects", "homepage": "https://bytemyth.com/super-browser-window-kit", "author": "bytemyth team", "license": "LicenseRef-LICENSE", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "update-electron-build-version": "./scripts/update_electron_build_version.sh" }, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist", "prebuilds/**/*", "scripts/update_electron_build_version.sh", "README.md", "LICENSE", "docs" ], "gypfile": false, "scripts": { "build": "tsdown", "build:native": "prebuildify --napi --strip --arch=arm64 && prebuildify --napi --strip --arch=x64", "build:all": "bun run build:native && bun run build", "clean": "rimraf build prebuilds dist", "prepack": "bun run build:all", "dev": "bun run build:all && run-p watch-examples start", "watch-examples": "tsc -w --project tsconfig.examples.json", "start": "bun x electronmon ./dist-examples/main.js", "install": "echo 'Skipping native build - using prebuilt binaries'" }, "keywords": [ "electron", "macOS Tahoe", "Fidelity", "Vibrancy", "NSVisualEffectView", "NSGlassEffectView", "Rounded Corners", "macOS 26", "Sidebar", "Liquid Glass", "BrowserWindow", "CornerRadius" ], "os": [ "darwin" ], "engines": { "node": ">=18" }, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^8.4.0" }, "optionalDependencies": { "node-gyp-build": "^4" }, "devDependencies": { "@3c1u/bun-run-all": "^0.1.2", "@types/node": "^20", "electron": "^37.2.3", "node-gyp": "^11.2.0", "prebuildify": "^5", "rimraf": "^5", "tsdown": "^0.12.8", "typescript": "^5" } }