UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@expo/schemer",
3 "version": "1.4.4",
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/main/packages/schemer#readme",
23 "files": [
24 "build"
25 ],
26 "devDependencies": {
27 "@types/lodash": "^4.14.176"
28 },
29 "dependencies": {
30 "ajv": "^8.1.0",
31 "ajv-formats": "^2.0.2",
32 "json-schema-traverse": "^1.0.0",
33 "lodash": "^4.17.21",
34 "probe-image-size": "^7.1.0",
35 "read-chunk": "^3.2.0"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "volta": {
41 "extends": "../../package.json"
42 }
43}