UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@types/graphql-upload",
3 "version": "16.0.7",
4 "description": "TypeScript definitions for graphql-upload",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-upload",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Mike Marcacci",
10 "githubUsername": "mike-marcacci",
11 "url": "https://github.com/mike-marcacci"
12 },
13 {
14 "name": "Simon Feiden",
15 "githubUsername": "rdsfj",
16 "url": "https://github.com/rdsfj"
17 }
18 ],
19 "main": "",
20 "types": "index.d.ts",
21 "exports": {
22 "./package.json": "./package.json",
23 "./GraphQLUpload.mjs": {
24 "types": "./GraphQLUpload.d.mts"
25 },
26 "./Upload.mjs": {
27 "types": "./Upload.d.mts"
28 },
29 "./graphqlUploadExpress.mjs": {
30 "types": "./graphqlUploadExpress.d.mts"
31 },
32 "./graphqlUploadKoa.mjs": {
33 "types": "./graphqlUploadKoa.d.mts"
34 },
35 "./processRequest.mjs": {
36 "types": "./processRequest.d.mts"
37 }
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
42 "directory": "types/graphql-upload"
43 },
44 "scripts": {},
45 "dependencies": {
46 "@types/express": "*",
47 "@types/koa": "*",
48 "@types/node": "*",
49 "fs-capacitor": "^8.0.0",
50 "graphql": "^16.3.0"
51 },
52 "typesPublisherContentHash": "6e95c7cc81aff3837aba8f71d6d3eb97c4084d29f2f2d5ab23cb9a041fd2714d",
53 "typeScriptVersion": "4.8"
54}
\No newline at end of file