graphql-compose
Version:
GraphQL schema builder from different data sources with middleware extensions.
60 lines (59 loc) • 1.73 kB
JSON
{
"name": "graphql-compose",
"version": "9.2.1",
"description": "GraphQL schema builder from different data sources with middleware extensions.",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/graphql-compose/graphql-compose.git"
},
"keywords": [
"graphql",
"compose"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/graphql-compose/graphql-compose/issues"
},
"homepage": "https://github.com/graphql-compose/graphql-compose",
"peerDependencies": {
"graphql": "^14.2.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@swc/core": "1.16.1",
"@swc/jest": "0.2.39",
"@types/jest": "30.0.0",
"@types/node": "24.13.3",
"graphql": "17.0.2",
"jest": "30.4.2",
"jest-junit": "17.0.0",
"oxlint": "1.80.0",
"prettier": "3.9.6",
"rimraf": "6.1.3",
"semantic-release": "25.0.9",
"typescript": "7.0.2"
},
"dependencies": {
"graphql-type-json": "0.3.2"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
"watch": "jest --watch",
"coverage": "jest --coverage --maxWorkers 4",
"lint": "oxlint -D correctness -A no-unused-vars --disable-unicorn-plugin src",
"format:check": "prettier --check \"src/**/*.ts\"",
"tscheck": "tsc --noEmit",
"test": "yarn coverage && yarn lint && yarn format:check && yarn tscheck",
"semantic-release": "semantic-release"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/graphql-compose",
"logo": "https://opencollective.com/graphql-compose/logo.txt"
},
"packageManager": "yarn@1.22.22"
}