70 lines
2.6 KiB
JSON
70 lines
2.6 KiB
JSON
{
|
|
"name": "react-native-ios-context-menu",
|
|
"version": "2.5.1",
|
|
"description": "A react-native component to use context menu's (UIMenu) on iOS 13/14+",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"typescript": "tsc --noEmit --project tsconfig.json",
|
|
"typescript-example": "cd example && tsc --noEmit --project tsconfig.json",
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare",
|
|
"prepublishOnly": "npm run expo-module prepublishOnly",
|
|
"expo-module": "expo-module",
|
|
"open:ios": "open -a \"Xcode\" example/ios",
|
|
"open:android": "open -a \"Android Studio\" example/android",
|
|
"release": "release-it --only-version --npm.skipChecks --npm.publishArgs=\"--registry=https://registry.npmjs.org\"",
|
|
"nuke": "rm -rfv ./node_modules ; cd example ; rm -rfv ./node_modules ; cd ../..",
|
|
"nuke-example-pods": "cd example/ios ; pod cache clean --all ; rm -rfv ./Pods ./build ; cd ../..",
|
|
"update-dep": "yarn add --dev react-native-ios-utilities ; cd example ; yarn add react-native-ios-utilities ; cd ios ; pod update DGSwiftUtilities ; pod install ; cd ../..",
|
|
"update-dep-next": "yarn add --dev react-native-ios-utilities@next ; cd example ; yarn add react-native-ios-utilities@next ; cd ios ; pod update DGSwiftUtilities ; pod install ; cd ../.."
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"react-native-ios-context-menu",
|
|
"ReactNativeIosContextMenu"
|
|
],
|
|
"repository": "https://github.com/dominicstop/react-native-ios-context-menu",
|
|
"bugs": {
|
|
"url": "https://github.com/dominicstop/react-native-ios-context-menu/issues"
|
|
},
|
|
"author": "Dominic Go <dominic@dominicgo.dev> (https://github.com/dominicstop)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/dominicstop/react-native-ios-context-menu#readme",
|
|
"dependencies": {
|
|
"@dominicstop/ts-event-emitter": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.25",
|
|
"expo": "~49.0.13",
|
|
"expo-module-scripts": "^3.0.11",
|
|
"expo-modules-core": "^1.5.11",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.5",
|
|
"react-native-ios-utilities": "^4.4.5",
|
|
"release-it": "^16.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-ios-utilities": "4.4.x"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commitMessage": "⚙️ Chore: Release ${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
}
|
|
}
|