UNPKG

907 BJSONView Raw
1{
2 "name": "@expo/schemer",
3 "version": "1.3.31",
4 "description": "Centralized scheme validation library for Expo",
5 "main": "./build/index.js",
6 "scripts": {
7 "test": "jest --testPathIgnorePatterns network",
8 "test-integration": "jest",
9 "watch": "tsc --watch --preserveWatchOutput",
10 "build": "tsc",
11 "prepare": "yarn build"
12 },
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/expo/expo-cli.git",
17 "directory": "packages/schemer"
18 },
19 "bugs": {
20 "url": "https://github.com/expo/expo-cli/issues"
21 },
22 "homepage": "https://github.com/expo/expo-cli/tree/master/packages/schemer#readme",
23 "files": [
24 "build"
25 ],
26 "dependencies": {
27 "ajv": "^5.2.2",
28 "json-schema-traverse": "0.3.1",
29 "lodash": "^4.17.19",
30 "probe-image-size": "~6.0.0",
31 "read-chunk": "^3.2.0"
32 },
33 "publishConfig": {
34 "access": "public"
35 }
36}