UNPKG

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