local-id-scan-journey
Version:
A React component for GBG ID verification and document scanning with bundled SDK
76 lines (75 loc) • 1.89 kB
JSON
{
"name": "local-id-scan-journey",
"version": "2.0.8",
"description": "A React component for GBG ID verification and document scanning with bundled SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"type": "module",
"files": [
"dist",
"scripts",
"src/assets",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"postinstall": "node scripts/postinstall.js",
"copy-sdk": "node scripts/postinstall.js"
},
"keywords": [
"react",
"typescript",
"id-verification",
"document-scanning",
"gbg",
"biometric",
"identity"
],
"author": "Amos Wachira <wachiraa@co-opbank.co.ke>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CO-OPBANK/identity-verifier"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^4.41.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.0.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./dist/*": "./dist/*",
"./scripts/*": "./scripts/*"
},
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts"
]
}
}
}