UNPKG

755 BJSONView Raw
1{
2 "name": "@graphql-tools/utils",
3 "version": "6.0.14",
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.1",
11 "camel-case": "4.1.1"
12 },
13 "repository": "git@github.com:ardatan/graphql-tools.git",
14 "author": "Dotan Simha <dotansimha@gmail.com>",
15 "license": "MIT",
16 "main": "index.cjs.js",
17 "module": "index.esm.js",
18 "typings": "index.d.ts",
19 "typescript": {
20 "definition": "index.d.ts"
21 },
22 "devDependencies": {
23 "@types/dateformat": "3.0.1",
24 "dateformat": "3.0.3",
25 "graphql-scalars": "1.2.2"
26 },
27 "publishConfig": {
28 "access": "public"
29 }
30}
\No newline at end of file