{ "name": "ng-app-node", "version": "0.1.0", "description": "NodeJS app for NextGraph", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://git.nextgraph.org/NextGraph/nextgraph-rs.git" }, "author": "Niko PLP ", "license": "(MIT OR Apache-2.0)", "dependencies": { "ng-app-node-sdk": "^0.1.0", "ws": "^8.13.0" } }