UNPKG

pear-electron

Version:

Pear User-Interface Library for Electron

98 lines (97 loc) 2.17 kB
{ "name": "pear-electron", "version": "1.7.4", "description": "Pear User-Interface Library for Electron", "main": "index.js", "scripts": { "bootstrap": "pear run scripts/bootstrap.js", "decal": "pear run scripts/decal.js", "bundle": "pear run scripts/bundle.js", "prestage": "pear run scripts/prestage.mjs", "lint": "standard" }, "files": [ "bootstrap.js", "index.js", "runtime.js", "pre.js", "api.js" ], "pear": { "assets": { "ui": { "link": "pear://0.2742.goowesg5dga9j1ryx47rsk9o4zms4541me4zerxsnbu8u99duh4o", "name": "Pear Runtime", "only": [ "/boot.bundle", "/by-arch/%%HOST%%", "/prebuilds/%%HOST%%" ] } }, "stage": { "skipWarmup": "true", "only": [ "boot.bundle", "by-arch", "CHANGELOG.md", "prebuilds", "template" ] } }, "standard": { "globals": [ "Bare", "Pear", "LOG" ], "ignore": [ "template" ] }, "keywords": [ "pear", "runtime", "electron", "Pear Runtime", "peer-to-peer", "user-interface", "UI", "interface" ], "author": "Holepunch", "license": "Apache-2.0", "dependencies": { "bare-env": "^3.0.0", "bare-fs": "^4.0.1", "bare-os": "^3.4.0", "bare-path": "^3.0.0", "bare-subprocess": "^5.0.2", "compact-encoding": "^2.16.1", "hypercore-crypto": "^3.6.1", "hypercore-id-encoding": "^1.3.0", "iambus": "^1.0.3", "localdrive": "^1.12.1", "paparam": "^1.6.1", "pear-api": "^1.22.2", "pear-ipc": "^6.3.0", "script-linker": "^2.5.3", "streamx": "^2.20.2", "url-file-url": "^1.0.4", "which-runtime": "^1.2.1" }, "devDependencies": { "@fontsource/open-sans": "^5.1.0", "crc-universal": "^1.0.4", "fs-native-extensions": "^1.4.2", "pear-interface": "^1.0.3", "pear-pack": "^1.0.1", "quickbit-universal": "^2.2.0", "redhat-overpass-font": "^1.0.0", "rocksdb-native": "^3.5.5", "sodium-native": "^5.0.1", "standard": "^17.1.2", "udx-native": "^1.17.6" } }