UNPKG

menubar

Version:

high level way to create menubar desktop applications with electron

66 lines (65 loc) 1.46 kB
{ "name": "menubar", "version": "9.5.1", "author": "Max Ogden", "bugs": { "url": "https://github.com/maxogden/menubar/issues" }, "description": "high level way to create menubar desktop applications with electron", "files": [ "/assets", "/lib" ], "homepage": "https://github.com/maxogden/menubar", "keywords": [ "electron", "shell", "menubar", "menu", "taskbar", "tray", "traybar", "mac", "linux", "windows", "app" ], "license": "BSD-2-Clause", "main": "lib/index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/maxogden/menubar.git" }, "scripts": { "build": "rimraf lib/ && tsc", "deploy": "yarn build && standard-version", "docs": "typedoc", "lint:check": "biome check", "lint": "biome check --fix", "test": "jest" }, "types": "lib/index.d.ts", "dependencies": { "electron-positioner": "^4.1.0" }, "devDependencies": { "@biomejs/biome": "^1.9.3", "@types/jest": "^25.2.3", "electron": "^32.2.0", "jest": "^26.0.1", "rimraf": "^3.0.2", "standard-version": "^8.0.0", "ts-jest": "^26.0.0", "typedoc": "^0.17.7", "typedoc-plugin-markdown": "^2.2.17", "typedoc-plugin-no-inherit": "^1.1.10", "typescript": "^4.6.2" }, "peerDependencies": { "electron": ">=9.0.0 <33.0.0" }, "packageManager": "yarn@1.22.22" }