capacitor-plugin-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK for Capacitor
92 lines (91 loc) • 2.28 kB
JSON
{
"name": "capacitor-plugin-scanbot-sdk",
"version": "7.0.1",
"description": "Scanbot Document and Barcode Scanner SDK for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"unpkg": "dist/plugin.js",
"files": [
"Libraries.txt",
"ui_v2/",
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorPluginScanbotSdk.podspec"
],
"scripts": {
"tscheck": "tsc --noEmit",
"lint": "npm run eslint && npm run format",
"eslint": "eslint src --fix --ext .ts",
"format": "prettier src --write ",
"docgen": "rimraf ./api-docs && rimraf ./dist-api-docs && cp -r ./dist/ ./dist-api-docs/ && typedoc",
"build": "npm run clean && tsc && rollup -c rollup.config.mjs && npm run docgen",
"clean": "rimraf ./dist && rimraf ./api-docs && rimraf ./dist-api-docs",
"prepack": "npm run build"
},
"author": "Scanbot SDK",
"license": "Commercial",
"readmeFilename": "README.md",
"homepage": "https://scanbot.io/developer/capacitor-document-scanner-sdk/",
"contributors": [
{
"name": "Scanbot",
"email": "sdk@scanbot.io",
"url": "https://scanbot.io"
}
],
"keywords": [
"android",
"app",
"document-scanner",
"document-scanning",
"document-reader",
"document-detection",
"mobile-scanner",
"mobile-scanning",
"pdf",
"scanner",
"scanning",
"scan",
"scanbot",
"sdk",
"jpg",
"tiff",
"image-detection",
"mrz",
"ocr",
"capacitor",
"plugin",
"native",
"machine-readable zone",
"optical character recognition",
"edge detection"
],
"devDependencies": {
"@capacitor/android": "^7.0.0",
"@capacitor/core": "^7.0.0",
"@capacitor/ios": "^7.0.0",
"@ionic/eslint-config": "^0.4.0",
"eslint": "^8.57.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"typedoc": "^0.25.13",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"@capacitor/core": ">=6.0.0"
},
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
}
}