/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.2.4
rnmodules/react-native-kb/package.json
54 строки
1 KB
chrisnojima
expo 47/rn 0705 (#25252)
16 ноя 2022, 01:58
Не верифицирован
16 ноя 2022, 01:58
0e5e421
Код
Авторство
О чём код?
{ "name": "react-native-kb", "version": "0.1.0", "description": "misc kb", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-kb.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "prepare": "bob build" }, "keywords": [], "repository": "https://github.com/keybase/client", "author": "keybase (https://github.com/keybase/client)", "homepage": "https://github.com/keybase/client", "private": true, "devDependencies": { "@types/react": "18.0.25", "@types/react-native": "0.70.6", "react-native": "0.70.5", "react-native-builder-bob": "^0.18.3", "typescript": "4.8.4" }, "resolutions": { "@types/react": "18.0.25" }, "peerDependencies": { "react": "*", "react-native": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] } }