{
"name": "@number0/iroh",
"author": "number0",
"description": "A toolkit for building distributed applications",
"keywords": [
"iroh",
"distributed",
"applications",
"p2p",
"peer-to-peer",
"networking",
"network",
"protocol"
],
"version": "0.35.0",
"type": "commonjs",
"main": "iroh-js/index.js",
"types": "iroh-js/index.d.ts",
"engines": {
"node": ">= 20.3.0"
},
"napi": {
"binaryName": "iroh",
"targets": [
"aarch64-apple-darwin",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"armv7-linux-androideabi",
"universal-apple-darwin"
]
},
"repository": {
"type": "git",
"url": "https://github.com/n0-computer/iroh-ffi.git"
},
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.80"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release --strip",
"build:debug": "napi build",
"prepublishOnly": "napi prepublish -t npm --no-gh-release",
"test": "node --test",
"version": "napi version"
},
"packageManager": "yarn@1.22.22"
}