1 Star 0 Fork 1

范奎未/mytest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
范奎未 提交于 2024-12-10 15:22 . 1111
{
"name": "@react-native-masked-view/masked-view",
"description": "React Native MaskedView component",
"types": "./types/index.d.ts",
"main": "index.js",
"author": "Mike Nedosekin <[email protected]>",
"license": "MIT",
"version": "0.2.9",
"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"
],
"dependencies": {},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native": "^0.63.50",
"eslint": "^7.20.0",
"flow-bin": "^0.145.0",
"prettier": "^2.2.1",
"react-native": "^0.63.4",
"react-native-test-app": "^2.0.0",
"typescript": "^4.1.5"
},
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fan-kuiwei/mytest.git
[email protected]:fan-kuiwei/mytest.git
fan-kuiwei
mytest
mytest
master

搜索帮助