14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"name": "@community/open-energymesh-offline-first-distribute",
|
|
"version": "0.1.0",
|
|
"description": "Open-EnergyMesh: Offline-first distributed microgrid orchestration (minimal MVP)",
|
|
"main": "src/mesh.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"dependencies": {}
|
|
}
|