update: add minimal3 frame
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "@react-native-masked-view/masked-view",
|
||||
"description": "React Native MaskedView component",
|
||||
"types": "./types/index.d.ts",
|
||||
"main": "index.js",
|
||||
"author": "Mike Nedosekin <crespo8800@gmail.com>",
|
||||
"license": "MIT",
|
||||
"version": "0.3.2",
|
||||
"homepage": "https://github.com/react-native-masked-view/masked-view#readme",
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"react native",
|
||||
"masked-view",
|
||||
"masked view"
|
||||
],
|
||||
"scripts": {
|
||||
"test:flow": "flow check",
|
||||
"test:js": "echo 0",
|
||||
"test:lint": "eslint ./",
|
||||
"test:typescript": "tsc -noEmit",
|
||||
"test:prettier": "prettier --check './**/*.js'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16",
|
||||
"react-native": ">=0.57"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"android",
|
||||
"ios",
|
||||
"js",
|
||||
"types",
|
||||
"RNCMaskedView.podspec"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@react-native/eslint-config": "^0.76.1",
|
||||
"@types/react-native": "^0.72.8",
|
||||
"eslint": "8",
|
||||
"eslint-plugin-ft-flow": "^3.0.11",
|
||||
"flow-bin": "^0.246.0",
|
||||
"prettier": "^3.3.3",
|
||||
"react-native": "0.75.3",
|
||||
"react-native-test-app": "^3.10.5",
|
||||
"typescript": "5.3.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/react-native-masked-view/masked-view.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/react-native-masked-view/masked-view/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
|
||||
}
|
||||
Reference in New Issue
Block a user