UNPKG

ruru

Version:

Grafast-flavoured GraphiQL distribution

89 lines 2.6 kB
{ "name": "ruru", "version": "2.0.0-beta.30", "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" } }, "scripts": { "webpack": "node --loader ts-node/esm \"$(yarn bin webpack-cli)\" --config webpack.config.mts", "watch": "yarn webpack --watch --mode=development", "make-ruru-html": "node --experimental-strip-types scripts/make-ruru-html.mts", "prepack": "rm -Rf dist static tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo && yarn webpack --mode=${BUILD_MODE:-production} && tsc -b tsconfig.build.json && cp src/.npmignore dist/ && chmod +x dist/cli-run.js && yarn make-ruru-html" }, "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.3.1", "graphile-config": "^0.0.1-beta.18", "graphql": "^16.1.0-experimental-stream-defer.6", "http-proxy": "^1.18.1", "tslib": "^2.8.1", "yargs": "^17.7.2" }, "engines": { "node": ">=16" }, "peerDependencies": { "graphile-config": "^0.0.1-beta.18", "graphql": "^16.1.0-experimental-stream-defer.6" }, "files": [ "ruru.html", "dist", "static" ], "devDependencies": { "@types/http-proxy": "^1.17.16", "@types/webpack-bundle-analyzer": "^4.7.0", "@types/yargs": "^17.0.33", "css-loader": "^7.1.2", "file-loader": "^6.2.0", "graphql": "16.1.0-experimental-stream-defer.6", "mini-css-extract-plugin": "^2.9.2", "ruru-components": "^2.0.0-beta.36", "style-loader": "^4.0.0", "svg-inline-loader": "^0.8.2", "ts-loader": "^9.5.2", "typescript": "^5.8.3", "webpack": "^5.100.1", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^6.0.1" } }