{
	"name": "@akylas/nativescript-inappbrowser",
	"version": "3.1.8",
	"description": "InAppBrowser for NativeScript",
	"main": "InAppBrowser",
	"typings": "index.d.ts",
	"nativescript": {
		"platforms": {
			"android": "6.5.0",
			"ios": "6.5.0"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/proyecto26/nativescript-inappbrowser.git"
	},
	"scripts": {
		"setup": "ts-patch install",
		"tsc": "ts-patch install && tsc",
		"build": "npm run tsc && npm run build.native",
		"build.native": "node scripts/build-native.js",
		"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
		"test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
		"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
		"ci.tslint": "tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
		"prepack": "npm run build.native",
		"demo.ios": "cd ../demo && tns run ios --inspector",
		"demo.android": "cd ../demo && tns run android",
		"demo.reset": "cd ../demo && npx rimraf hooks node_modules platforms package-lock.json",
		"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-inappbrowser && tns plugin add ../src",
		"clean": "npm run demo.reset && npx rimraf node_modules package-lock.json && npm i"
	},
	"keywords": [
		"NativeScript",
		"JavaScript",
		"Android",
		"iOS",
		"browser",
		"inappbrowser",
		"in-app-browser",
		"InAppBrowser",
		"Chrome",
		"Safari",
		"Chrome Custom Tabs",
		"SafariServices",
		"AuthenticationServices",
		"SFSafariViewController",
		"CustomTabsIntent",
		"ChromeTabsManagerActivity"
	],
	"author": {
		"name": "Juan David Nicholls Cardona",
		"email": "jdnichollsc@hotmail.com"
	},
	"bugs": {
		"url": "https://github.com/proyecto26/nativescript-inappbrowser/issues"
	},
	"license": "MIT",
	"homepage": "https://github.com/proyecto26/nativescript-inappbrowser",
	"devDependencies": {
		"@nativescript/core": "~8.1.5",
		"@nativescript/types": "~8.1.1",
		"@nativescript/webpack": "~5.0.0",
		"prompt": "^1.2.0",
		"rimraf": "^3.0.2",
		"semver": "^7.3.5",
		"ts-node": "^10.4.0",
		"ts-patch": "^1.4.5",
		"tslint": "^6.1.3",
		"typescript": "~4.4.4"
	},
	"bootstrapper": "nativescript-plugin-seed"
}
