@grafserv/persisted
Version:
Persisted operations support for Grafserv
74 lines • 1.62 kB
JSON
{
"name": "@grafserv/persisted",
"version": "1.0.0-rc.1",
"description": "Persisted operations support for Grafserv",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"prepack": "tsc -b",
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/crystal.git"
},
"keywords": [
"persisted",
"queries",
"operations",
"documents",
"graphql",
"grafserv",
"server",
"grafast",
"graphile",
"fast",
"graphite"
],
"author": "Benjie Gillam <code@benjiegillam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile/crystal/issues"
},
"homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv-persisted",
"dependencies": {
"@graphile/lru": "^5.0.0-rc.1",
"tslib": "^2.8.1"
},
"engines": {
"node": ">=16.10"
},
"peerDependencies": {
"grafast": "^1.0.0-rc.1",
"grafserv": "^1.0.0-rc.1",
"graphile-config": "^1.0.0-rc.1",
"graphql": "^16.9.0"
},
"peerDependenciesMeta": {
"graphile-config": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^22.16.3",
"grafast": "^1.0.0-rc.1",
"grafserv": "^1.0.0-rc.1",
"graphile-config": "^1.0.0-rc.1",
"graphql": "^16.9.0",
"jest": "^30.0.4",
"jest-serializer-graphql-schema": "^5.0.0-rc.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"files": [
"dist",
"index.js"
]
}