expo-print
Version:
Provides an API for Android and iOS (AirPrint) printing functionality.
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "expo-print",
"version": "55.0.9",
"description": "Provides an API for Android and iOS (AirPrint) printing functionality.",
"main": "build/Print.js",
"types": "build/Print.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"print",
"android",
"ios",
"airprint"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-print"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/print/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d"
}