graphql-import
Version:
[](https://discord.gg/xud7bH9)
52 lines (51 loc) • 1.59 kB
JSON
{
"name": "graphql-import",
"version": "1.0.2",
"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",
"test": "jest --no-watchman --passWithNoTests",
"lint": "tslint src/**/*.ts",
"ci:release:canary": "node bump.js && bob-update-version && npm publish dist --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 || ^15.0.0"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.2.1",
"jest": "25.2.7",
"ts-jest": "25.3.1",
"@types/node": "13.11.0",
"graphql": "15.0.0",
"tslint": "6.1.1",
"tslint-config-standard": "9.0.0",
"typedoc": "0.17.4",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/core": "0.10.3",
"@graphql-toolkit/code-file-loader": "0.10.3",
"@graphql-toolkit/url-loader": "0.10.3",
"@graphql-toolkit/json-file-loader": "0.10.3",
"@graphql-toolkit/graphql-file-loader": "0.10.3",
"@graphql-toolkit/schema-merging": "0.10.3"
}
}