@grafserv/persisted
Version:
Persisted operations support for Grafserv
71 lines • 1.57 kB
JSON
{
"name": "@grafserv/persisted",
"version": "0.0.0-beta.34",
"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-beta.3",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.10"
},
"peerDependencies": {
"grafast": "^0.1.1-beta.21",
"grafserv": "^0.1.1-beta.24",
"graphile-config": "^0.0.1-beta.15"
},
"peerDependenciesMeta": {
"graphile-config": {
"optional": true
}
},
"devDependencies": {
"grafast": "^0.1.1-beta.21",
"grafserv": "^0.1.1-beta.24",
"graphile-config": "^0.0.1-beta.15",
"jest": "^29.6.4",
"jest-serializer-graphql-schema": "^5.0.0-beta.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"files": [
"dist",
"index.js"
]
}