{
	"name": "@shootismoke/graphql",
	"version": "0.6.4",
	"author": "Amaury Martiny <amaury.martiny@protonmail.com>",
	"description": "TypeScript types for GraphQL schemas in Sh**t! I Smoke",
	"files": [
		"lib/"
	],
	"license": "GPL-3.0",
	"main": "lib/index.js",
	"publishConfig": {
		"access": "public"
	},
	"repository": "https://github.com/shootismoke/common",
	"scripts": {
		"prebuild": "rimraf lib",
		"build": "tsc -p tsconfig.settings.json",
		"generate": "graphql-codegen",
		"copy-schema": "copyfiles -f ../../../backend/src/schema/* src/schema"
	},
	"devDependencies": {
		"@graphql-codegen/cli": "^1.8.2",
		"@graphql-codegen/typescript": "^1.8.2",
		"@graphql-codegen/typescript-resolvers": "^1.8.2",
		"@shootismoke/convert": "^0.6.4",
		"copyfiles": "^2.1.1",
		"graphql": "^15.1.0"
	},
	"peerDependencies": {
		"graphql-tag": "^2.10.1"
	},
	"gitHead": "1d3a4ece820c0fe380867b9acb36d3aa6db341a2"
}
