turbo-native-goproxy
Version:
A Turbo Native module for secure native local storage
73 lines (72 loc) • 1.72 kB
JSON
{
"name": "turbo-native-goproxy",
"version": "0.1.0",
"description": "A Turbo Native module for secure native local storage",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"scripts": {
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
"react-native",
"turbo-module",
"secure-storage",
"keychain",
"android-keystore"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gregcotten/turbo-native-goproxy.git"
},
"author": "Greg Cotten <greg@example.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregcotten/turbo-native-goproxy/issues"
},
"homepage": "https://github.com/gregcotten/turbo-native-goproxy#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native/eslint-config": "^0.75.0",
"@types/react": "^18.2.44",
"react": "18.2.0",
"react-native": "0.76.1",
"react-native-builder-bob": "^0.30.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "yarn@3.6.1",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"codegenConfig": {
"name": "TurboNativeGoproxySpec",
"type": "modules",
"jsSrcsDir": "src"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module"
]
},
"create-react-native-library": {
"languages": "kotlin-objc",
"type": "turbo-module",
"version": "0.51.0"
}
}