barkoder-react-native
Version:
React native support for Barkoder - a Barcode Scanner SDK for the modern enterprise.
154 lines • 3.94 kB
JSON
{
"name": "barkoder-react-native",
"version": "1.6.4",
"description": "React native support for Barkoder - a Barcode Scanner SDK for the modern enterprise.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "src/index.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"typedoc": "npx typedoc --disableSources --plugin typedoc-plugin-markdown --theme markdown --out temp-docs ./src/index.tsx --exclude ./node_modules/** && npx concat-md --toc --decrease-title-levels --file-name-as-title --dir-name-as-title temp-docs > ./temp-docs/API.md",
"generatedocs": "npx typedoc --githubPages false --disableSources --plugin typedoc-plugin-markdown --theme markdown --out docs ./src/index.tsx --exclude ./node_modules/**",
"typedochtml": "npx typedoc --disableSources --out htmldocs ./src/index.tsx --exclude ./node_modules/**"
},
"keywords": [
"react native",
"android",
"app",
"barcode",
"image processing",
"ios",
"mobile",
"mobile scanner",
"qr",
"qrcode recognition",
"scan",
"scanning",
"scanner",
"barkoder",
"barkoder-sdk",
"scanner-sdk",
"scanning-sdk",
"sdk",
"1d-barcode",
"2d-barcode",
"ean",
"upc",
"data",
"matrix",
"pdf-417"
],
"repository": "https://barkoder.com",
"author": "barkoder <admin@barkoder> (https://barkoder.com)",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://barkoder.com/issues"
},
"homepage": "https://barkoder.com",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"concat-md": "^0.5.1",
"del-cli": "^5.0.0",
"docgen-tool": "^3.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react-native-builder-bob": "^0.20.0",
"rimraf": "^5.0.5",
"showdown": "^2.1.0",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": ">= 18.1.0",
"react-native": ">= 0.70.0"
},
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "yarn@1.22.22",
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"dependencies": {
"user": "^0.0.0"
}
}