UNPKG

graphql-import

Version:

[![Discord Chat](https://img.shields.io/discord/625400653321076807)](https://discord.gg/xud7bH9)

53 lines 1.72 kB
{ "name": "graphql-import", "version": "1.0.0-269a259.0", "license": "MIT", "repository": "git@github.com:ardatan/graphql-import.git", "sideEffects": false, "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "buildOptions": { "input": "./src/index.ts" }, "scripts": { "clean": "rimraf dist", "prebuild": "yarn clean", "build": "bob", "prepack": "bob-update-version", "test": "jest --no-watchman --passWithNoTests", "ci:release:canary": "node bump.js && npm publish --tag alpha", "docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts", "docs:publish": "cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd .." }, "peerDependencies": { "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { "@ardatan/bob": "0.2.7", "@types/jest": "25.1.1", "jest": "25.1.0", "ts-jest": "25.1.0", "@types/lodash": "4.14.149", "@types/node": "13.5.3", "graphql": "14.6.0", "tslint": "5.20.1", "tslint-config-standard": "9.0.0", "typedoc": "0.16.9", "typescript": "3.7.5" }, "dependencies": { "@graphql-toolkit/apollo-engine-loader": "0.9.7", "@graphql-toolkit/core": "0.9.7", "@graphql-toolkit/code-file-loader": "0.9.7", "@graphql-toolkit/url-loader": "0.9.7", "@graphql-toolkit/json-file-loader": "0.9.7", "@graphql-toolkit/graphql-file-loader": "0.9.7", "@graphql-toolkit/git-loader": "0.9.7", "@graphql-toolkit/github-loader": "0.9.7", "@graphql-toolkit/prisma-loader": "0.9.7" } }