{ "name": "@expo/schemer", "version": "1.4.4", "description": "Centralized scheme validation library for Expo", "main": "./build/index.js", "scripts": { "test": "jest --testPathIgnorePatterns network", "test-integration": "jest", "watch": "tsc --watch --preserveWatchOutput", "build": "tsc", "prepare": "yarn build" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expo/expo-cli.git", "directory": "packages/schemer" }, "bugs": { "url": "https://github.com/expo/expo-cli/issues" }, "homepage": "https://github.com/expo/expo-cli/tree/main/packages/schemer#readme", "files": [ "build" ], "devDependencies": { "@types/lodash": "^4.14.176" }, "dependencies": { "ajv": "^8.1.0", "ajv-formats": "^2.0.2", "json-schema-traverse": "^1.0.0", "lodash": "^4.17.21", "probe-image-size": "^7.1.0", "read-chunk": "^3.2.0" }, "publishConfig": { "access": "public" }, "volta": { "extends": "../../package.json" } }