{
  "name": "@hygraph/app-sdk",
  "license": "MIT",
  "version": "0.0.4",
  "author": "Hygraph",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/app-sdk.esm.js",
  "browser": "dist/app-sdk.umd.production.min.js",
  "unpkg": "dist/app-sdk.umd.production.min.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsdx build --format cjs,esm,umd",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tsdx lint",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "src"
  ],
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "dependencies": {
    "@graphcms/zoid": "^9.0.64-alpha.3",
    "final-form": "4.20.6"
  },
  "devDependencies": {
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5"
  },
  "gitHead": "9ab3d452f4e651239e4825ead748263e09abadd5"
}
