UNPKG

pear-electron

Version:

Pear User-Interface Library for Electron

78 lines (77 loc) 1.9 kB
{ "name": "pear-electron", "version": "1.2.0", "description": "Pear User-Interface Library for Electron", "main": "index.js", "bin": "bin/index.js", "scripts": { "bootstrap": "pear run bin/index.js", "decal": "pear run scripts/decal.js", "bundle": "pear run scripts/bundle.js", "prepare": "npm --ignore-scripts i && npm run decal && npm run bundle", "prestage": "npm run bootstrap && npm run bundle", "lint": "standard" }, "files": [ "bin/", "boot.bundle", "bootstrap.js", "index.js", "runtime.js" ], "pear": { "name": "pear-electron", "bootstrap": "pear://0.949.yceb7sjhgfzsnza7oc38hy3oxu9dhnywi3mzxdm9ubc48kjnxqgo", "stage": { "skipWarmup": "true", "only": [ "by-arch", "prebuilds" ] } }, "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-pipe": "^4.0.3", "bare-subprocess": "^5.0.2", "bare-tty": "^5.0.1", "hypercore-id-encoding": "^1.3.0", "iambus": "^1.0.3", "localdrive": "^1.12.1", "paparam": "^1.6.1", "pear-api": "^1.6.20", "pear-ipc": "^3.2.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" } }