@types/graphql-upload
Version:
TypeScript definitions for graphql-upload
55 lines • 1.67 kB
JSON
{
"name": "@types/graphql-upload",
"version": "17.0.0",
"description": "TypeScript definitions for graphql-upload",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-upload",
"license": "MIT",
"contributors": [
{
"name": "Mike Marcacci",
"githubUsername": "mike-marcacci",
"url": "https://github.com/mike-marcacci"
},
{
"name": "Simon Feiden",
"githubUsername": "rdsfj",
"url": "https://github.com/rdsfj"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
"./package.json": "./package.json",
"./GraphQLUpload.mjs": {
"types": "./GraphQLUpload.d.mts"
},
"./Upload.mjs": {
"types": "./Upload.d.mts"
},
"./graphqlUploadExpress.mjs": {
"types": "./graphqlUploadExpress.d.mts"
},
"./graphqlUploadKoa.mjs": {
"types": "./graphqlUploadKoa.d.mts"
},
"./processRequest.mjs": {
"types": "./processRequest.d.mts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/graphql-upload"
},
"scripts": {},
"dependencies": {
"@types/express": "*",
"@types/koa": "*",
"@types/node": "*",
"fs-capacitor": "^8.0.0",
"graphql": "^16.9.0"
},
"peerDependencies": {},
"typesPublisherContentHash": "fa06151ffe49f7b54bd170bbe8c8cd50d3b8e0f0cfbb6e0b9f2dfe6a6977e7b3",
"typeScriptVersion": "5.0"
}