{
  "name": "solid-client-example",
  "version": "1.0.0",
  "description": "A solid client example",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npx tsc && node ./main.js"
  },
  "author": "Maarten Vandenbrande",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^4.7.4",
    "why-is-node-running": "^2.2.2"
  },
  "dependencies": {
    "cross-fetch": "^3.1.5",
    "solid-aggregator-client": "file:../../"
  }
}
