@newmo/graphql-fake-server
Version:
GraphQL fake server for testing
86 lines (85 loc) • 2.05 kB
JSON
{
"name": "@newmo/graphql-fake-server",
"version": "0.27.0",
"private": false,
"description": "GraphQL fake server for testing",
"keywords": [
"testing",
"mock",
"graphql",
"graphql-code-generator"
],
"repository": "https://github.com/newmo-oss/graphql-fake-server.git",
"license": "MIT",
"author": "newmo, Inc.",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
},
"./cli": {
"import": {
"types": "./dist/esm/cli.d.ts",
"default": "./dist/esm/cli.js"
}
}
},
"bin": {
"@newmo/graphql-fake-server": "./dist/esm/bin.js"
},
"files": [
"src/",
"!src/test",
"!src/**/*.test.ts",
"!src/**/__snapshots__",
"dist/"
],
"scripts": {
"prepare": "npm run build",
"build": "tsc -p tsconfig.build.json",
"build:esm": "tsc -p tsconfig.build.json",
"lint": "tsc --noEmit",
"test": "vitest run",
"updateSnapshot": "vitest run -u"
},
"dependencies": {
"@apollo/server": "5.5.1",
"@as-integrations/express5": "1.1.2",
"@graphql-tools/mock": "9.1.7",
"@graphql-tools/schema": "10.0.33",
"@hono/node-server": "2.0.3",
"@newmo/graphql-fake-core": "0.27.0",
"cors": "2.8.6",
"express": "5.2.1",
"graphql-depth-limit": "1.1.0",
"hono": "4.12.19"
},
"devDependencies": {
"@tsconfig/node22": "22.0.5",
"@tsconfig/strictest": "2.0.8",
"@types/cors": "2.8.19",
"@types/eslint": "9.6.1",
"@types/express": "5.0.6",
"@types/node": "25.9.0",
"graphql": "16.14.0",
"typescript": "6.0.3",
"undici": "8.3.0",
"vitest": "4.1.6",
"vitest-github-actions-reporter": "0.11.1"
},
"peerDependencies": {
"graphql": "^16.8.1"
},
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "dcd3126daec9a50097677d0c77f41c85a6821678"
}