UNPKG

umac

Version:
69 lines 1.67 kB
{ "name": "umac", "version": "2.0.4", "description": "Terminal utilities for MacOS", "keywords": [ "cli", "macos", "pigeonposse", "pp", "umac" ], "homepage": "https://github.com/angelespejo/umac/tree/main/packages/umac", "bugs": { "url": "https://github.com/angelespejo/umac/issues", "email": "dev@pigeonposse.com" }, "repository": { "type": "git", "url": "https://github.com/angelespejo/umac/tree/main", "directory": "packages/umac" }, "funding": { "type": "individual", "url": "https://pigeonposse.com/contribute" }, "license": "GPL-3.0", "author": { "name": "Angelo", "email": "angelo@pigeonposse.com", "url": "https://github.com/angelespejo" }, "type": "module", "main": "./dist/main.cjs", "module": "./dist/main.mjs", "types": "./dist/main.d.ts", "bin": { "umac": "./dist/bin.mjs" }, "files": [ "dist" ], "dependencies": { "@umac-js/app": "2.0.4", "@umac-js/appearance": "2.0.4", "@umac-js/cache": "2.0.4", "@umac-js/desktop": "2.0.4", "@umac-js/interacting": "2.0.4", "@umac-js/finder": "2.0.4", "@umac-js/open": "2.0.4", "@umac-js/run": "2.0.4", "@umac-js/spotlight": "2.0.4", "@umac-js/terminal": "2.0.4", "@umac-js/system": "2.0.4", "@umac-js/utils": "2.0.4", "@umac-js/workflow": "2.0.4" }, "devDependencies": { "@umac-js/repo-config": "2.0.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "unbuild", "build-bin": "binarium -i dist/bin.cjs --onlyOs -n umac", "dev": "tsx src/bin.ts" } }