ruru
Version:
Grafast-flavoured GraphiQL distribution
77 lines • 1.68 kB
JSON
{
"name": "ruru",
"version": "2.0.0",
"description": "Grafast-flavoured GraphiQL distribution",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/cli-run.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.js",
"default": "./dist/index.js"
},
"./server": {
"types": "./dist/server.d.ts",
"node": "./dist/server.js",
"default": "./dist/server.js"
},
"./static": {
"types": "./dist/static.d.ts",
"node": "./dist/static.js",
"default": "./dist/static.js"
},
"./cli": {
"types": "./dist/cli.d.ts",
"node": "./dist/cli.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/crystal.git"
},
"keywords": [
"graphile",
"graphql",
"graphiql",
"graphite"
],
"author": "Benjie Gillam <code@benjiegillam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile/crystal/issues"
},
"homepage": "https://grafast.org/ruru/",
"dependencies": {
"@emotion/is-prop-valid": "^1.4.0",
"graphile-config": "^1.0.0",
"graphql": "^16.9.0",
"http-proxy": "^1.18.1",
"ruru-types": "^2.0.0",
"tslib": "^2.8.1",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=22"
},
"peerDependencies": {
"graphile-config": "^1.0.0-rc.5",
"graphql": "^16.9.0",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"files": [
"ruru.html",
"dist",
"static"
]
}