expo-pencilkit
Version:
Expo/React Native wrapper for Apple's Pencilkit API.
43 lines (42 loc) • 1.27 kB
JSON
{
"name": "expo-pencilkit",
"version": "0.1.7",
"description": "Expo/React Native wrapper for Apple's Pencilkit API.",
"main": "build/index.js",
"types": "build/index.d.ts",
"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",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-pencilkit",
"ExpoPencilkit"
],
"repository": "https://github.com/tharunkumartk/expo-pencilkit",
"bugs": {
"url": "https://github.com/tharunkumartk/expo-pencilkit/issues"
},
"author": "Tharun Kumar Tiruppali Kalidoss <tharun.tiruppali@gmail.com> (https://github.com/tharunkumartk)",
"license": "MIT",
"homepage": "https://github.com/tharunkumartk/expo-pencilkit#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}