UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@expo/config-types",
3 "version": "43.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-cli.git",
19 "directory": "packages/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-cli/issues"
32 },
33 "homepage": "https://github.com/expo/expo-cli/tree/master/packages/config-types#readme",
34 "files": [
35 "build"
36 ],
37 "devDependencies": {
38 "json-schema-to-typescript": "^10.0.0"
39 },
40 "publishConfig": {
41 "access": "public"
42 }
43}