UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@expo/schemer",
3 "version": "1.5.2",
4 "description": "Centralized scheme validation library for Expo",
5 "license": "MIT",
6 "main": "./build/index.js",
7 "types": "./build/index.d.ts",
8 "files": [
9 "build"
10 ],
11 "scripts": {
12 "build": "expo-module tsc",
13 "prepare": "yarn run clean && yarn run build",
14 "clean": "expo-module clean",
15 "lint": "expo-module lint",
16 "test": "expo-module test",
17 "test:e2e": "expo-module test --config e2e/jest.config.js",
18 "typecheck": "expo-module typecheck",
19 "watch": "yarn run --watch --preserveWatchOutput",
20 "prepublishOnly": "expo-module prepublishOnly"
21 },
22 "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/schemer#readme",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git",
26 "directory": "packages/@expo/schemer"
27 },
28 "bugs": {
29 "url": "https://github.com/expo/expo/issues"
30 },
31 "dependencies": {
32 "ajv": "^8.1.0",
33 "ajv-formats": "^2.0.2",
34 "json-schema-traverse": "^1.0.0",
35 "probe-image-size": "^7.1.0"
36 },
37 "devDependencies": {
38 "@types/probe-image-size": "^7.2.4",
39 "expo-module-scripts": "^3.3.0"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
45}