{
	"name": "@sane-shopify/server",
	"version": "0.24.0",
	"description": "A server and lambdas to serve & sync data between Shopify and Sanity",
	"author": "Joseph Thomas <joseph@good-idea.studio>",
	"homepage": "https://github.com/good-idea/sane-shopify#readme",
	"license": "MIT",
	"main": "dist/index.js",
	"module": "dist/index.esm.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"setup": "yalc publish",
		"fix": "run-s fix:*",
		"fix:prettier": "prettier \"src/**/*.ts\" --write --loglevel warn",
		"fix:lint": "eslint --fix ./src/**/*.ts",
		"test": "run-s test:tsc test:lint test:unit",
		"test:tsc": "tsc --noEmit",
		"test:lint": "eslint ./src/**/*.ts && prettier \"src/**/*.ts\" --list-different",
		"test:unit": "jest --passWithNoTests",
		"build": "tsdx build",
		"start": "tsdx watch --onSuccess 'yalc publish --push --no-scripts'",
		"prepublishOnly": "yarn build"
	},
	"keywords": [
		"sanity",
		"shopify"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/good-idea/sane-shopify.git"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": {
		"url": "https://github.com/good-idea/sane-shopify/issues"
	},
	"dependencies": {
		"@sane-shopify/sync-utils": "^0.24.0",
		"apollo-link": "^1.2.14",
		"apollo-link-http": "^1.5.17",
		"apollo-server-lambda": "^2.23.0",
		"graphql": "^15.5.0",
		"graphql-tools": "^7.0.4",
		"node-fetch": "^2.6.1",
		"source-map-support": "^0.5.19"
	},
	"devDependencies": {
		"@sane-shopify/types": "^0.24.0",
		"@types/aws-lambda": "^8.10.75",
		"@types/node-fetch": "^2.5.10",
		"@types/source-map-support": "^0.5.3",
		"aws-lambda": "^1.0.6",
		"next": "^10.1.3"
	},
	"gitHead": "a59d6be968270d45bfb3a3a7c53050b40253a458"
}
