@as-integrations/koa
Version:
Apollo server integration for koa framework
77 lines (76 loc) • 2.27 kB
JSON
{
"name": "@as-integrations/koa",
"description": "Apollo server integration for koa framework",
"version": "1.1.1",
"author": "Matt Gordon <matt@greenside.tech>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apollo-server-integrations/apollo-server-integration-koa"
},
"keywords": [
"GraphQL",
"Apollo",
"Server",
"Koa",
"Javascript"
],
"homepage": "https://github.com/apollo-server-integrations/apollo-server-integration-koa#readme",
"bugs": {
"url": "https://github.com/apollo-server-integrations/apollo-server-integration-koa/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.0"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
"clean": "git clean -dfqX",
"prepack": "npm run build",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write .",
"publish-changeset": "changeset publish",
"spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
"test": "jest",
"test:ci": "jest --coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"watch": "tsc --build --watch",
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@apollo/server": "4.7.2",
"@apollo/server-integration-testsuite": "4.7.2",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@jest/globals": "29.5.0",
"@koa/cors": "4.0.0",
"@types/jest": "29.5.2",
"@types/koa": "2.13.6",
"@types/koa__cors": "4.0.0",
"@types/koa-bodyparser": "4.3.10",
"@types/node": "16.18.34",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"cspell": "6.31.1",
"eslint": "8.42.0",
"graphql": "16.6.0",
"jest": "29.5.0",
"jest-junit": "16.0.0",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",
"prettier": "2.8.8",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0",
"koa": "^2.0.0"
},
"volta": {
"node": "18.16.0",
"npm": "9.6.7"
}
}