pear-electron
Version:
Pear User-Interface Library for Electron
117 lines (116 loc) • 2.59 kB
JSON
{
"name": "pear-electron",
"version": "1.7.28",
"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",
"boot.bundle.patch.js"
],
"imports": {
"fs": {
"bare": "bare-fs"
},
"path": {
"bare": "bare-path"
}
},
"pear": {
"assets": {
"ui": {
"link": "pear://0.940.cktxzetiwt6un3ado5kgqedge6ya4nfazjckzq76zcapefwxakdy",
"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",
"localdrive": "^1.12.1",
"paparam": "^1.6.1",
"pear-api": "^1.29.1",
"pear-cmd": "^1.0.0",
"pear-constants": "^1.0.0",
"pear-crasher": "^1.0.1",
"pear-errors": "^1.0.0",
"pear-gunk": "^1.0.0",
"pear-ipc": "^6.4.0",
"pear-link": "^4.1.0",
"pear-logger": "^1.0.0",
"pear-pipe": "^1.0.2",
"pear-run": "^1.0.0",
"pear-state": "^1.0.2",
"pear-terminal": "^1.0.0",
"pear-tryboot": "^1.0.0",
"script-linker": "^2.5.3",
"streamx": "^2.20.2",
"unix-path-resolve": "^1.0.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.18.3"
}
}