{
	"name": "nativescript-barcodelib",
	"version": "1.0.15",
	"description": "Barcode reader NativeScript plugin.",
	"main": "barcodelib",
	"typings": "index.d.ts",
	"nativescript": {
		"platforms": {
			"android": "6.5.0"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/thearea94/ns_barcodelib"
	},
	"scripts": {
		"tsc": "npm i && tsc",
		"build": "npm run tsc && npm run build.native",
		"build.native": "node scripts/build-native.js",
		"postclone": "npm i && node scripts/postclone.js",
		"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
		"plugin.tscwatch": "npm run tsc -- -w",
		"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
		"prepack": "npm run build.native",
		"demo.ios": "npm run tsc && cd ../demo && tns run ios --emulator",
		"demo.android": "npm run tsc && cd ../demo && tns run android --emulator",
		"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
		"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-barcodelib && tns plugin add ../src && cd ../demo-angular && tns plugin remove nativescript-barcodelib && tns plugin add ../src",
		"clean": "npm run demo.reset && npm run demo-angular.reset && npx rimraf -- node_modules package-lock.json && npm i",
		"demo-angular.ios": "npm run tsc && cd ../demo-angular && tns run ios --emulator",
		"demo-angular.android.old": "npm run tsc && cd ../demo-angular && tns run android --emulator",
		"demo-angular.android": "npm run tsc && cd ../demo-angular && tns run android ",
		"demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json"
	},
	"keywords": [
		"NativeScript",
		"JavaScript",
		"Android"
	],
	"author": {
		"name": "Felice La Notte",
		"email": "felice@eliwms.com"
	},
	"bugs": {
		"url": "https://github.com/thearea94/ns_barcodelib/issues"
	},
	"license": "Apache-2.0",
	"homepage": "https://github.com/thearea94/ns_barcodelib",
	"readmeFilename": "README.md",
	"devDependencies": {
		"prompt": "^1.0.0",
		"rimraf": "^2.6.3",
		"semver": "^5.6.0",
		"tns-core-modules": "^5.0.0",
		"tns-platform-declarations": "^5.4.2",
		"tslint": "^5.12.1",
		"typescript": "~3.3.3"
	},
	"dependencies": {
		"nativescript": "^5.4.0"
	},
	"bootstrapper": "nativescript-plugin-seed"
}
