Files
holesail-browser/native-host/package.json
T
Raven Scott e18ad5109e
CI / Build & Test (push) Successful in 3m8s
Convert license to AGPLV3
2026-03-02 16:35:53 -05:00

89 lines
2.0 KiB
JSON

{
"name": "holesail-browser-host",
"version": "1.0.0",
"description": "Native messaging host for Holesail Browser (Bare runtime)",
"type": "commonjs",
"license": "AGPL-3.0",
"main": "index.mjs",
"scripts": {
"start": "bare index.mjs",
"test": "echo \"Run from extension; no standalone test\" && exit 0"
},
"dependencies": {
"assert": "npm:bare-node-assert@^1.0.0",
"b4a": "^1.6.7",
"bare-fs": "^4.5.5",
"bare-http1": "^4.0.0",
"bare-https": "^2.1.2",
"bare-module": "^6.1.3",
"bare-path": "^1.0.0",
"bare-process": "^4.1.2",
"bare-stream": "^2.6.5",
"bare-tcp": "^2.2.0",
"bare-ws": "^2.1.0",
"child_process": "npm:bare-subprocess@^5.2.2",
"crypto": "npm:bare-node-crypto@^1.0.0",
"events": "npm:bare-node-events@^1.0.1",
"fs": "npm:bare-node-fs@^1.0.2",
"holesail": "^2.4.1",
"net": "npm:bare-node-net@^1.0.0",
"node-forge": "^1.3.1",
"node-rdpjs-2": "^0.3.5",
"os": "npm:bare-node-os@^1.0.1",
"path": "npm:bare-node-path@^1.0.1",
"stream": "npm:bare-node-stream@^1.0.0",
"tls": "npm:bare-node-tls@^1.0.0",
"tt-native": "^1.1.1",
"util": "npm:bare-node-util@^1.0.0"
},
"imports": {
"child_process": {
"bare": "bare-subprocess",
"default": "child_process"
},
"assert": {
"bare": "assert",
"default": "assert"
},
"util": {
"bare": "util",
"default": "util"
},
"net": {
"bare": "net",
"default": "net"
},
"tls": {
"bare": "tls",
"default": "tls"
},
"events": {
"bare": "events",
"default": "events"
},
"crypto": {
"bare": "crypto",
"default": "crypto"
},
"fs": {
"bare": "fs",
"default": "fs"
},
"path": {
"bare": "path",
"default": "path"
},
"os": {
"bare": "os",
"default": "os"
},
"stream": {
"bare": "stream",
"default": "stream"
}
},
"engines": {
"bare": ">=1.0.0"
}
}