@microblink/blinkid-react-native
Version:
A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).
111 lines (110 loc) • 2.28 kB
JSON
{
"name": "@microblink/blinkid-react-native",
"version": "7.4.0",
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.tsx",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!ios/build",
"!android/build",
"!android/local.properties"
],
"scripts": {
"typecheck": "tsc",
"prepare": "bob build"
},
"keywords": [
"scan",
"id",
"scanner",
"identity",
"passport",
"licence",
"sdk",
"ocr",
"USDL",
"PDF417",
"MRZ",
"MRTD",
"barcode",
"DL",
"card",
"document",
"microblink",
"react-native",
"blinkid",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BlinkID/blinkid-react-native.git"
},
"author": {
"name": "Microblink (https://microblink.com)",
"email": "support@microblink.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BlinkID/blinkid-react-native/issues"
},
"homepage": "https://github.com/BlinkID/blinkid-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native-community/cli": "15.0.0-alpha.2",
"react-native": "^0.79.2",
"del-cli": "^5.1.0",
"react-native-builder-bob": "^0.40.10",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"codegenConfig": {
"name": "BlinkidReactNativeSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.microblink.blinkid.reactnative"
}
}
}