viettel-ekyc-sdk
Version:
104 lines (103 loc) • 2.81 kB
JSON
{
"name": "viettel-ekyc-sdk",
"version": "1.1.5",
"description": "Viettel eKYC SDK",
"homepage": "https://github.com/Nguyen-Thanh-Tung/viettel-ekyc-sdk#readme",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Nguyen Thanh Tung <thanhtung.tvg95@gmail.com>",
"license": "MIT",
"files": [
"android",
"ios",
"lib",
"viettel-ekyc-sdk.podspec",
"!android/build",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
],
"scripts": {
"compile": "rm -rf lib && tsc -p . && cp -r src/assets lib/assets",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "yarn compile",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.0.1",
"@types/react-native": "^0.64.13",
"@types/react-native-snap-carousel": "^3.8.4",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.1.0",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.1.0",
"metro-react-native-babel-preset": "^0.66.2",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "^17.0.2",
"typescript": "^4.4.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"dependencies": {
"@react-native-community/image-editor": "^2.3.0",
"@react-navigation/native": "^6.0.4",
"apisauce": "^2.1.2",
"react-native-camera": "git+https://github.com/danieloprado/react-native-camera.git#feature/euler-angle-x",
"react-native-camera-hooks": "^0.5.2",
"react-native-fs": "^2.18.0",
"react-native-image-picker": "^4.1.2",
"react-native-image-resizer": "^1.4.5",
"react-native-rectangle-scanner": "^1.0.10",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-sound": "^0.11.1",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0"
},
"directories": {
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nguyen-Thanh-Tung/viettel-ekyc-sdk.git"
},
"keywords": [
"ekyc",
"ekyc-sdk",
"viettel"
],
"bugs": {
"url": "https://github.com/Nguyen-Thanh-Tung/viettel-ekyc-sdk/issues"
}
}