@foal/graphiql
Version:
GraphiQL integration for FoalTS
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "@foal/graphiql",
"version": "5.0.1",
"description": "GraphiQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "node copy-files src && mocha --require ts-node/register \"./src/**/*.spec.ts\"",
"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.0.1"
},
"devDependencies": {
"@types/mocha": "10.0.10",
"@types/node": "22.15.21",
"graphiql": "~3.1.1",
"mocha": "~11.5.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~6.0.1",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
},
"gitHead": "5f11c13a8e546361616034eaaa6e8c3096b8d9a5"
}