Files
hypermind/package.json
T
lklynet b7eb5ecd54 feat(theme): add hypermind theme with notification support
Added a new (official) hypermind theme with color scheme to match new site and a notification display when switching themes
2026-01-11 17:49:13 -05:00

36 lines
929 B
JSON

{
"name": "hypermind",
"version": "0.11.0",
"description": "A decentralized P2P counter of active deployments",
"main": "server.js",
"scripts": {
"start": "node server.js",
"start:dev1": "PORT=3000 ENABLE_CHAT=true TOPIC_NAME=hypermind-dev node server.js",
"start:dev2": "PORT=3001 ENABLE_CHAT=true TOPIC_NAME=hypermind-dev node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lklynet/hypermind.git"
},
"keywords": [
"p2p",
"decentralized",
"counter",
"hyperswarm",
"docker"
],
"author": "lklynet",
"license": "MIT",
"bugs": {
"url": "https://github.com/lklynet/hypermind/issues"
},
"homepage": "https://github.com/lklynet/hypermind#readme",
"type": "commonjs",
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"hyperswarm": "^4.16.0"
}
}