UNPKG

429 BJSONView Raw
1{
2 "name": "@graphql-mesh/cache-file",
3 "version": "0.4.33",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.25.0",
10 "dataloader": "2.0.0",
11 "fs-extra": "9.0.1",
12 "lodash": "4.17.20"
13 },
14 "license": "MIT",
15 "main": "index.cjs.js",
16 "module": "index.esm.js",
17 "typings": "index.d.ts",
18 "typescript": {
19 "definition": "index.d.ts"
20 }
21}