forked from NextGraph/nextgraph-rs
20 lines
433 B
20 lines
433 B
2 years ago
|
{
|
||
|
"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 <niko@nextgraph.org>",
|
||
|
"license": "(MIT OR Apache-2.0)",
|
||
|
"dependencies": {
|
||
2 years ago
|
"ng-sdk-node": "^0.1.0",
|
||
2 years ago
|
"ws": "^8.13.0"
|
||
2 years ago
|
}
|
||
|
}
|