mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
f9ca9039b3
- Update package version to 0.12.1 - Reorganize Dockerfile COPY commands for better clarity
36 lines
929 B
JSON
36 lines
929 B
JSON
{
|
|
"name": "hypermind",
|
|
"version": "0.12.1",
|
|
"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"
|
|
}
|
|
}
|