You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
977 B

{
"name": "expo-pwa",
"version": "0.0.124",
"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/image-utils": "0.3.23",
"chalk": "^4.0.0",
"commander": "2.20.0",
"update-check": "1.5.3"
},
"devDependencies": {
"@expo/config": "6.0.24"
},
"peerDependencies": {
"expo": "*"
}
}