18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|