rivet-graphql
Version:
a relay-like graphql data loading system for nextjs
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "rivet-graphql",
"description": "a relay-like graphql data loading system for nextjs",
"version": "0.5.0",
"author": "Jeff Escalante",
"bugs": {
"url": "https://github.com/hashicorp/rivet-graphql/issues"
},
"dependencies": {
"graphql": "^15.3.0",
"graphql-request": "^3.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"jest": "^26.4.2",
"rewire": "^5.0.0",
"typescript": "^4.6.2"
},
"homepage": "https://github.com/hashicorp/rivet-graphql#readme",
"keywords": [
"data",
"graphql",
"nextjs",
"relay"
],
"license": "MPL-2.0",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hashicorp/rivet-graphql.git"
},
"scripts": {
"release": "npm run generate:types && changeset publish",
"release:canary": "npm run generate:types && changeset publish --tag canary",
"test": "jest",
"generate:types": "tsc -p ."
}
}