{
  "name": "@expo/schemer",
  "version": "1.6.5",
  "description": "Centralized scheme validation library for Expo",
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "expo-module tsc",
    "prepare": "yarn run clean && yarn run build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "test:e2e": "expo-module test --config e2e/jest.config.js",
    "typecheck": "expo-module typecheck",
    "watch": "yarn run --watch --preserveWatchOutput",
    "prepublishOnly": "expo-module prepublishOnly"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/schemer#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/schemer"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "dependencies": {
    "ajv": "^8.1.0",
    "ajv-formats": "^2.0.2",
    "json-schema-traverse": "^1.0.0",
    "probe-image-size": "^7.1.0"
  },
  "devDependencies": {
    "@types/probe-image-size": "^7.2.4",
    "expo-module-scripts": "^4.1.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1c4a89b0c0adebb53ef84b4a6ac25864e4652917"
}
