UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@expo/config-types",
3 "version": "46.0.1",
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 .",
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 "json-schema-to-typescript": "^10.0.0",
39 "@expo/babel-preset-cli": "^0.2.24"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "5d900179d047d9f4d89c0b9953b7121a1f1df8a2"
45}