@react-native-ohos-community/auto-fill
Version:
react native ohos community auto fill
31 lines (30 loc) • 705 B
JSON
{
"name": "@react-native-ohos-community/auto-fill",
"description": "react native ohos community auto fill",
"main": "index.ts",
"license": "Apache License 2.0",
"version": "1.0.1",
"typings": "src/NativeAutoFillTurboModule.ts",
"scripts": {
"start": "react-native start"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"files": [
"src",
"harmony",
"index.ts",
"License",
"package.json",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"keywords": ["react-native", "ohos", "auto-fill"],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}