{
  "name": "basic-example",
  "version": "1.0.0",
  "description": "",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node main.js",
    "start-main": "node main.js",
    "start-get": "node get.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "node-fetch": "^3.2.10",
    "websocket": "^1.0.34",
    "solid-aggregator-client": "../../"
  },
  "type": "module"
}
