@cran/gql.koa
Version:
Cran/GraphQL Koa Server
82 lines (81 loc) • 2.06 kB
JSON
{
"name": "@cran/gql.koa",
"version": "1.3.0",
"description": "Cran/GraphQL Koa Server",
"main": "cjs/index.js",
"module": "mjs/index.js",
"typings": "cjs/index.d.ts",
"files": [
"cjs/**/*",
"mjs/**/*"
],
"scripts": {
"clean": "rm -rf cjs mjs",
"pretest": "concurrently 'npm run clean' 'pnpm install'",
"test": "eslint .",
"prebuild": "pnpm install && npm run test",
"build:cjs": "tsc -d",
"build:mjs": "tsc --outDir mjs --module ESNext",
"build": "concurrently 'npm run build:cjs' 'npm run build:mjs'",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:c6s/lib/gql/koa.git"
},
"keywords": [
"cranberry",
"graphql",
"koa"
],
"author": "Cranberry",
"license": "CC-BY-ND-4.0",
"eslintConfig": {
"root": true,
"extends": [
"plugin:@cran/node"
],
"ignorePatterns": [
"cjs",
"mjs",
"example"
]
},
"devDependencies": {
"@cran/eslint-plugin": "^0.5.2",
"@cran/tsconfig": "^0.1.2",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.5",
"@types/koa__cors": "^3.1.1",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"concurrently": "^7.0.0",
"eslint": "^8.6.0",
"graphql": "16.x",
"koa": "2.x",
"lodash": "4.x",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"graphql": "16.x",
"koa": "2.x",
"lodash": "4.x"
},
"dependencies": {
"@koa/cors": "3.1.0",
"@koa/router": "10.1.1",
"@opentelemetry/api": "1.0.4",
"@opentelemetry/core": "1.0.1",
"@opentelemetry/instrumentation": "0.27.0",
"@opentelemetry/instrumentation-graphql": "0.27.1",
"@opentelemetry/instrumentation-http": "0.27.0",
"@opentelemetry/instrumentation-koa": "0.28.0",
"@opentelemetry/sdk-node": "0.27.0",
"@opentelemetry/sdk-trace-base": "^1.0.1",
"accepts": "1.3.7",
"apollo-server-core": "3.6.1",
"koa-bodyparser": "4.3.0",
"prom-client": "14.0.1"
}
}