{
  "name": "@hygraph/app-sdk-react",
  "license": "MIT",
  "version": "0.0.3",
  "author": "Hygraph",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run build:types && npm run build:esm && npm run build:cjs",
    "build:types": "tsc --emitDeclarationOnly",
    "build:esm": "tsc --target es5 --module es2015 --outDir dist/esm",
    "build:cjs": "tsc --target es5 --module commonjs --outDir dist/cjs",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@graphcms/zoid": "^9.0.64-alpha.3",
    "@hygraph/app-sdk": "0.0.3"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "react": "^17.0.1",
    "typescript": "^4.1.5"
  },
  "gitHead": "440fde4e830994492c6e68fcbfb37ee0a76ef092"
}
