mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
21 lines
399 B
JSON
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"
|
|
}
|
|
}
|