react-native-flip
Version:
42 lines (41 loc) • 904 B
JSON
{
"name": "expo-pwa",
"version": "0.0.101",
"main": "build",
"preferGlobal": true,
"keywords": [
"expo",
"pwa",
"react-native",
"react-native-web"
],
"description": "Create PWA resources for Expo projects",
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/pwa"
},
"author": "Expo <support@expo.dev>",
"license": "MIT",
"bin": {
"expo-pwa": "./build/cli.js"
},
"files": [
"build"
],
"scripts": {
"prepare": "yarn run clean && yarn run build",
"test": "jest",
"lint": "eslint .",
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"clean": "rimraf build ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@expo/config": "6.0.6",
"@expo/image-utils": "0.3.17",
"chalk": "^4.0.0",
"commander": "2.20.0",
"update-check": "1.5.3"
}
}