{ "name": "@packages/data-context", "version": "0.0.0-development", "description": "Centralized data access for the Cypress application", "main": "index.js", "browser": "src/index.ts", "scripts": { "build": "node ./scripts/build.js", "build-prod": "tsc || echo 'built, with errors'", "check-ts": "tsc --noEmit && yarn -s tslint", "clean-deps": "rimraf node_modules", "tslint": "tslint --config ../ts/tslint.json --project .", "clean": "rimraf --glob \"./{src,test}/**/*.js\"", "test": "yarn test-unit", "test-unit": "mocha -r @packages/ts/register --config ./test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json", "lint": "eslint --ext .js,.ts,.json, ." }, "dependencies": { "@babel/code-frame": "7.8.3", "@babel/generator": "7.17.9", "@babel/parser": "7.13.0", "@graphql-tools/batch-execute": "^8.4.6", "@packages/telemetry": "0.0.0-development", "@urql/core": "2.4.4", "@urql/exchange-execute": "1.1.0", "@urql/exchange-graphcache": "4.3.6", "ast-types": "^0.14.2", "chokidar": "3.5.1", "common-path-prefix": "3.0.0", "cross-fetch": "^3.1.4", "dataloader": "^2.0.0", "dayjs": "^1.9.3", "dedent": "^0.7.0", "ejs": "^3.1.8", "endent": "2.0.1", "execa": "1.0.0", "front-matter": "^4.0.2", "fs-extra": "8.1.0", "getenv": "1.0.0", "globby": "^11.0.1", "graphql": "^15.5.1", "isbinaryfile": "^4.0.8", "launch-editor": "2.2.1", "lodash": "4.17.21", "micromatch": "4.0.4", "node-machine-id": "1.1.12", "p-defer": "^3.0.0", "parse-glob": "3.0.4", "prettier": "2.5.1", "randexp": "0.5.3", "randomstring": "1.1.5", "react-docgen": "6.0.0-alpha.3", "semver": "7.3.2", "simple-git": "3.16.0", "stringify-object": "^3.0.0", "underscore.string": "^3.3.6", "wonka": "^4.0.15" }, "files": [ "src" ], "types": "src/index.ts", "nx": { "targets": { "build": { "outputs": [ "{projectRoot}/src/gen/urql-introspection.gen.ts" ] } }, "implicitDependencies": [ "@packages/graphql" ] } }