Files
hypermind/package.json
T
2026-01-01 22:40:32 -05:00

21 lines
399 B
JSON

{
"name": "hypermind",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"b4a": "^1.7.3",
"express": "^5.2.1",
"hyperswarm": "^4.16.0",
"uuid": "^13.0.0"
}
}