sudograph 0.3.0-beta.5

GraphQL database for the Internet Computer
Documentation
{
  "name": "sudograph",
  "version": "0.0.0",
  "description": "GraphQL database for the Internet Computer",
  "scripts": {
    "publish": "chmod +x publish.sh && ./publish.sh",
    "book-serve": "cd sudograph-book && mdbook serve",
    "book-build": "cd sudograph-book && mdbook build",
    "test-macro": "cargo expand --bin sudograph"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sudograph/sudograph.git"
  },
  "author": "Jordan Last <jordan.michael.last@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sudograph/sudograph/issues"
  },
  "homepage": "https://github.com/sudograph/sudograph#readme"
}