UNPKG

974 BJSONView Raw
1{
2 "name": "@expo/schemer",
3 "version": "1.3.29",
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 "devDependencies": {
27 "@expo/babel-preset-cli": "0.2.20"
28 },
29 "dependencies": {
30 "ajv": "^5.2.2",
31 "json-schema-traverse": "0.3.1",
32 "lodash": "^4.17.19",
33 "probe-image-size": "~6.0.0",
34 "read-chunk": "^3.2.0"
35 },
36 "publishConfig": {
37 "access": "public"
38 }
39}