{
  "name": "@expo/schema-utils",
  "version": "56.0.1",
  "description": "Reusable JSON Schema (Draft 04) 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/schema-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/schema-utils"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@types/node": "^22.14.0",
    "json-schema-to-typescript": "^15.0.0",
    "expo-module-scripts": "56.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "71ec800b2fa6133d22d69b70945132e22f1b7ae8",
  "scripts": {
    "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "generate": "node ./scripts/generate.js",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck"
  }
}