{
  "name": "@expo/schemer",
  "version": "2.2.1",
  "description": "Centralized scheme validation library for Expo",
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "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": "56.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "71ec800b2fa6133d22d69b70945132e22f1b7ae8",
  "scripts": {
    "build": "expo-module tsc",
    "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": "pnpm run --watch --preserveWatchOutput"
  }
}