| { |
| "name": "@graphql-ts/schema", |
| "version": "1.0.2", |
| "description": "Type-safety for constructing GraphQL schemas in TypeScript", |
| "main": "dist/graphql-ts-schema.cjs.js", |
| "module": "dist/graphql-ts-schema.esm.js", |
| "exports": { |
| ".": { |
| "types": "./dist/graphql-ts-schema.cjs.js", |
| "module": "./dist/graphql-ts-schema.esm.js", |
| "default": "./dist/graphql-ts-schema.cjs.js" |
| }, |
| "./package.json": "./package.json" |
| }, |
| "files": [ |
| "dist", |
| "api-without-context", |
| "api-with-context", |
| "types", |
| "src" |
| ], |
| "license": "MIT", |
| "peerDependencies": { |
| "graphql": "16" |
| }, |
| "devDependencies": { |
| "graphql": "^16.3.0" |
| }, |
| "repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/schema" |
| } |
| No newline at end of file |