{
  "name": "solid-aggregator-client",
  "version": "1.0.5",
  "description": "A client package to simplify the use of the solid-aggregator-server.",
  "type": "commonjs",
  "main": "./src/main.js",
  "types": "./src/main.ts",
  "exports": {
    "import": "./src/main.js",
    "require": "./src/main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maartyman/solid-aggregator-client.git"
  },
  "author": "Maarten Vandenbrande",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maartyman/solid-aggregator-client/issues"
  },
  "homepage": "https://github.com/maartyman/solid-aggregator-client#readme",
  "devDependencies": {
    "@types/n3": "^1.10.4",
    "typescript": "^4.7.4",
    "incremunica": "file:../incremunica"
  },
  "dependencies": {
    "@comunica/bindings-factory": "^2.2.0",
    "@comunica/bus-normalize-rule": "^0.2.0",
    "@comunica/config-query-sparql-link-traversal": "0.0.2-alpha.5.0",
    "@comunica/config-reasoning": "^0.2.0",
    "@comunica/query-sparql-link-traversal": "0.0.2-alpha.5.0",
    "@comunica/query-sparql-link-traversal-solid": "0.0.2-alpha.6.0",
    "@comunica/query-sparql-reasoning": "^0.2.0",
    "@comunica/query-sparql-solid": "^2.2.0",
    "@comunica/reasoning-context-entries": "^0.2.0",
    "@types/websocket": "^1.0.5",
    "cross-fetch": "^3.1.5",
    "incremunica": "^1.0.0",
    "n3": "^1.16.2",
    "tslog": "^3.3.4",
    "websocket": "^1.0.34"
  }
}
