{
"name": "ng-app-node",
"version": "0.1.0",
"description": "NodeJS app example 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 <niko@nextgraph.org>",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"ng-sdk-node": "^0.1.0",
"ws": "^8.13.0"
}