capacitor-plugin-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK for Capacitor
116 lines • 2.76 kB
JSON
{
"name": "capacitor-plugin-scanbot-sdk",
"version": "6.1.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": [
"ui_v2/",
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorPluginScanbotSdk.podspec"
],
"scripts": {
"lint": "npm run eslint && npm run prettier --",
"eslint": "eslint . --ext ts --fix",
"prettier": "prettier \"**/*.ts\" --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": [
"capacitor",
"plugin",
"native",
"android",
"app",
"barcode",
"camera",
"cropping",
"document detection",
"document scanner",
"edge detection",
"filter",
"image filter",
"image processing",
"ios",
"mobile",
"mobile scanner",
"mrz",
"machine-readable zone",
"ocr",
"optical character recognition",
"pdf creation",
"qr qrcode",
"recognition",
"scan",
"scanning",
"scanner",
"scanbot",
"scanbot-sdk",
"scanner-sdk",
"scanning-sdk",
"sdk",
"tiff",
"jpg",
"1d-barcode",
"2d-barcode",
"ean",
"upc",
"data",
"matrix",
"pdf-417",
"check",
"cheque"
],
"devDependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^1.0.1",
"eslint": "^8.57.0",
"prettier": "~2.3.0",
"rimraf": "^3.0.2",
"rollup": "4.22.4",
"typedoc": "^0.25.13",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"@capacitor/core": "^6.0.0"
},
"prettier": "@ionic/prettier-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended",
"rules": {
"@typescript-eslint/no-namespace": 0,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/prefer-as-const": 0
}
},
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
}
}