genql-upload
Version:
Graphql Upload support for genql
63 lines (62 loc) • 1.43 kB
JSON
{
"name": "genql-upload",
"version": "1.3.0",
"description": "Graphql Upload support for genql",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"keywords": [
"genql",
"graphql",
"upload",
"stackables"
],
"files": [
"build"
],
"scripts": {
"prepack": "tsc",
"test:generate": "genql --schema ./test/schema.graphql --output ./test/generated",
"test": "jest",
"semantic-release": "semantic-release -b main"
},
"repository": {
"type": "git",
"url": "https://github.com/stackables/genql-upload.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackables/genql-upload/issues"
},
"homepage": "https://github.com/stackables/genql-upload#readme",
"devDependencies": {
"@apollo/server": "^4.10.0",
"@as-integrations/koa": "^1.1.1",
"@genql/cli": "^6.3.2",
"@tsconfig/node18": "^18.2.2",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/koa": "^2.14.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/node": "^20.11.16",
"graphql": "^16.8.1",
"graphql-upload-ts": "^2.1.0",
"jest": "^29.7.0",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"semantic-release": "^23.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"jest": {
"preset": "ts-jest",
"collectCoverageFrom": [
"src/**"
]
},
"dependencies": {
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0"
}
}