{ "name": "lumina-node", "type": "module", "collaborators": [ "Eiger " ], "description": "Lumina node for Celestia, running in browser", "version": "0.6.0", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/eigerco/lumina.git" }, "files": [ "index.js", "index.d.ts", "worker.js" ], "main": "index.js", "homepage": "https://www.eiger.co", "dependencies": { "lumina-node-wasm": "0.6.0" }, "keywords": [ "blockchain", "celestia", "lumina", "node", "browser" ], "devDependencies": { "concat-md": "^0.5.1", "typedoc": "^0.26.7", "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.6.2" }, "scripts": { "tsc": "tsc index.js --declaration --allowJs --emitDeclarationOnly", "update-readme": "typedoc --plugin typedoc-plugin-markdown --out ./docs --readme ../README.md ../pkg/lumina_node_wasm.d.ts && concat-md --decrease-title-levels --dir-name-as-title docs > README.md" } }