{ "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 ", "license": "MIT", "bugs": { "url": "https://github.com/sudograph/sudograph/issues" }, "homepage": "https://github.com/sudograph/sudograph#readme" }