@expo/schemer
Version:
Centralized scheme validation library for Expo
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "@expo/schemer",
"version": "1.5.2",
"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": "^3.3.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
}