UNPKG

613 BJSONView Raw
1{
2 "name": "@graphql-tools/utils/es5",
3 "version": "7.0.0",
4 "description": "Common package containting utils and types for GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0"
8 },
9 "dependencies": {
10 "@ardatan/aggregate-error": "0.0.6",
11 "camel-case": "4.1.1",
12 "tslib": "~2.0.1"
13 },
14 "repository": "git@github.com:ardatan/graphql-tools.git",
15 "author": "Dotan Simha <dotansimha@gmail.com>",
16 "license": "MIT",
17 "main": "index.cjs.js",
18 "module": "index.esm.js",
19 "typings": "index.d.ts",
20 "typescript": {
21 "definition": "index.d.ts"
22 }
23}