UNPKG

@foal/graphiql

Version:

GraphiQL integration for FoalTS

58 lines (57 loc) 1.42 kB
{ "name": "@foal/graphiql", "version": "5.3.0", "description": "GraphiQL integration for FoalTS", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "rimraf lib && node copy-files lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"", "dev:test": "node copy-files src && mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"", "build": "rimraf lib && node copy-files lib && tsc -p tsconfig-build.json", "prepublish": "npm run build" }, "funding": { "url": "https://github.com/sponsors/LoicPoullain" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "FoalTS", "foal", "GraphiQL" ], "bugs": { "url": "https://github.com/FoalTS/foal/issues" }, "repository": { "type": "git", "url": "https://github.com/FoalTS/foal" }, "homepage": "https://github.com/FoalTS", "contributors": [ "Loïc Poullain" ], "license": "MIT", "files": [ "lib/" ], "dependencies": { "@foal/core": "^5.3.0" }, "devDependencies": { "@types/mocha": "10.0.10", "@types/node": "24.13.2", "graphiql": "~3.9.0", "mocha": "~11.7.6", "react": "~18.3.1", "react-dom": "~18.3.1", "rimraf": "~6.1.3", "ts-node": "~10.9.2", "typescript": "~5.9.3" }, "gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0" }