{
  "name": "pear-api",
  "version": "1.7.0",
  "description": "Pear API Base & Integration Module",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test:gen": "brittle -r test/all.mjs test/*.test.js",
    "test": "bare test/all.mjs"
  },
  "files": [
    "cmd/",
    "constants.js",
    "crasher.js",
    "errors.js",
    "gunk.js",
    "index.js",
    "logger.js",
    "parse-link.js",
    "shell.js",
    "state.js",
    "teardown.js",
    "terminal.js",
    "transform.js",
    "tryboot.js",
    "worker.js"
  ],
  "keywords": [
    "pear",
    "pear runtime",
    "peer-to-peer",
    "p2p",
    "api",
    "integration",
    "extension"
  ],
  "author": "Holepunch",
  "license": "Apache-2.0",
  "standard": {
    "globals": [
      "Pear",
      "Bare"
    ]
  },
  "dependencies": {
    "b4a": "^1.6.7",
    "bare-hrtime": "^2.0.10",
    "bare-os": "^3.4.0",
    "bare-path": "^3.0.0",
    "bare-pipe": "^4.0.3",
    "bare-readline": "^1.0.7",
    "bare-signals": "^3.0.2",
    "bare-subprocess": "^5.0.2",
    "bare-tty": "^5.0.1",
    "child_process": "npm:bare-node-child-process",
    "fs": "npm:bare-node-fs",
    "hypercore-id-encoding": "^1.3.0",
    "paparam": "^1.6.1",
    "path": "npm:bare-node-path",
    "pear-link": "^2.0.6",
    "safety-catch": "^1.0.2",
    "sodium-native": "^4.3.1",
    "streamx": "^2.22.0",
    "tiny-byte-size": "^1.1.0",
    "url-file-url": "^1.0.4",
    "which-runtime": "^1.2.1",
    "z32": "^1.1.0"
  },
  "peerDependencies": {
    "hypercore-crypto": "^3.5.0",
    "script-linker": "^2.5.4"
  },
  "devDependencies": {
    "brittle": "^3.10.0",
    "hypercore-crypto": "^3.5.0",
    "iambus": "^1.0.3",
    "pear-ipc": "^3.3.0",
    "script-linker": "^2.5.4",
    "standard": "^17.1.2"
  }
}
