/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.4.0
rnmodules/react-native-kb/package.json
55 строк
1 KB
chrisnojima
v630 start (#25648)
08 дек 2023, 00:43
Не верифицирован
08 дек 2023, 00:43
6a3aef2
Код
Авторство
О чём код?
{ "name": "react-native-kb", "version": "0.1.1", "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": { "react": "file:../../shared/node_modules/react", "react-native": "file:../../shared/node_modules/react-native", "@types/react": "file:../../shared/node_modules/@types/react", "react-native-builder-bob": "^0.20.4", "typescript": "file:../../shared/node_modules/typescript" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] }, "codegenConfig": { "name": "RNKbSpec", "type": "all", "jsSrcsDir": "src", "android": { "javaPackageName": "com.reactnativekb" } } }