1{
2  "name": "@expo/config-types",
3  "version": "49.0.0",
4  "description": "Types for the Expo config object app.config.ts",
5  "types": "build/ExpoConfig.d.ts",
6  "main": "build/ExpoConfig.js",
7  "scripts": {
8    "watch": "tsc --watch --preserveWatchOutput",
9    "build": "tsc",
10    "generate": "ts-node ./scripts/generate.ts",
11    "prepare": "yarn run clean && yarn build",
12    "clean": "rimraf build ./tsconfig.tsbuildinfo",
13    "lint": "eslint . && npx prettier --write src/ExpoConfig.ts",
14    "test": "jest"
15  },
16  "repository": {
17    "type": "git",
18    "url": "https://github.com/expo/expo.git",
19    "directory": "packages/@expo/config-types"
20  },
21  "keywords": [
22    "json",
23    "app.json",
24    "app.config.js",
25    "react-native",
26    "expo",
27    "react"
28  ],
29  "license": "MIT",
30  "bugs": {
31    "url": "https://github.com/expo/expo/issues"
32  },
33  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/config-types#readme",
34  "files": [
35    "build"
36  ],
37  "devDependencies": {
38    "@expo/babel-preset-cli": "^0.2.24",
39    "json-schema-to-typescript": "^10.0.0",
40    "ts-node": "^10.9.1"
41  },
42  "publishConfig": {
43    "access": "public"
44  }
45}
46