{ "name": "libdatachannel-min", "version": "0.1.0", "description": "Minimal N-API binding to libdatachannel — PeerConnection, DataChannel, ICE, SDP (+ media tracks for GoLive)", "main": "index.js", "gypfile": true, "scripts": { "build": "node-gyp rebuild", "test": "node test-handshake.js" }, "dependencies": { "node-addon-api": "^8.3.0" }, "devDependencies": { "node-gyp": "^11.5.0" } }