magicdef
Version:
Peer-to-peer function calling and sharing library using Hyperswarm
44 lines (43 loc) • 928 B
JSON
{
"name": "magicdef",
"version": "1.0.2",
"description": "Peer-to-peer function calling and sharing library using Hyperswarm",
"main": "./dist/magicdef.cjs",
"module": "./src/index.js",
"type": "module",
"exports": {
".": {
"import": "./src/index.js",
"require": "./dist/magicdef.cjs"
}
},
"scripts": {
"start": "node examples/chat-terminal.js",
"example": "node examples/basic-usage.js",
"build": "echo 'No build step needed for ES modules'"
},
"keywords": [
"p2p",
"peer-to-peer",
"distributed",
"functions",
"hyperswarm",
"magicdef"
],
"author": "Olaf Pedersen",
"license": "MIT",
"files": [
"src/",
"dist/",
"examples/",
"README.md",
"LICENSE"
],
"dependencies": {
"hyperswarm": "^4.11.7",
"b4a": "^1.6.7"
},
"devDependencies": {
"assert": "^2.1.0"
}
}