@magnetman103/expo-pencilkit-ui
Version:
Forked from expo-pencilkit-ui
68 lines (67 loc) • 1.55 kB
JSON
{
"name": "@magnetman103/expo-pencilkit-ui",
"version": "1.0.24",
"description": "Forked from expo-pencilkit-ui",
"main": "build/index.js",
"types": "build/index.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",
"android": "expo run:android",
"ios": "expo run:ios"
},
"keywords": [
"expo",
"expo-module",
"react-native",
"pencilkit",
"apple-pencil",
"drawing",
"canvas",
"ios",
"expo-pencilkit-ui",
"expo-pencilkit",
"apple-pencilkit"
],
"repository": {
"type": "git",
"url": "https://github.com/tarikfp/expo-pencilkit-ui.git"
},
"bugs": {
"url": "https://github.com/tarikfp/expo-pencilkit-ui/issues"
},
"author": "Magnetman103 (forked from TarikFP)",
"license": "MIT",
"homepage": "https://github.com/tarikfp/expo-pencilkit-ui#readme",
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"@types/react": "^19.1.6",
"@types/react-native": "^0.73.0",
"expo-module-scripts": "^3.5.4",
"expo-modules-core": "^2.4.0",
"react-native": "^0.79.3"
},
"files": [
"build",
"ios",
"expo-module.config.json",
"*.podspec"
],
"expo": {
"platforms": [
"apple"
]
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
}
}