barkoder-nativescript
Version:
Nativescript support for Barkoder - a Barcode Scanner SDK for the modern enterprise.
83 lines (82 loc) • 2.63 kB
JSON
{
"name": "barkoder-nativescript",
"version": "1.6.5",
"description": "Nativescript support for Barkoder - a Barcode Scanner SDK for the modern enterprise.",
"main": "barkoder-nativescript",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.1"
}
},
"repository": "https://barkoder.com",
"scripts": {
"tsc": "npm i && tsc",
"build": "npm run tsc && npm run build.native",
"build.native": "node scripts/build-native.js",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"prepack": "npm run build.native",
"demo.ios": "npm i && cd ../demo && tns run ios",
"demo.android": "npm i && cd ../demo && tns run android",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo-angular.ios": "npm i && cd ../demo-angular && tns run ios",
"demo-angular.android": "npm i && cd ../demo-angular && tns run android",
"demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove barkoder-nativescript && tns plugin add ../src && cd ../demo-angular && tns plugin remove barkoder-nativescript && tns plugin add ../src",
"clean": "npm run demo.reset && npm run demo-angular.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"keywords": [
"NativeScript",
"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"
],
"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": {
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"typescript": "~3.4.5",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1",
"semver": "^5.6.0"
},
"dependencies": {
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"@nativescript/camera": "^5.1.1",
"nativescript-permissions": "^1.3.12"
},
"bootstrapper": "nativescript-plugin-seed"
}