{
	"name": "nativescript-vue-router-extended",
	"version": "1.0.9",
	"description": "NativeScript Vue Router Extended for NativeScript Vue hybrid Apps.",
	"main": "index",
	"typings": "index.d.ts",
	"nativescript": {
		"platforms": {
			"android": "7.1.0",
			"ios": "7.1.0"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/MattCCC/nativescript-vue-router-extended.git"
	},
	"scripts": {
		"tsc": "ts-patch install && ts-patch check && tsc -skipLibCheck",
		"build": "npm i && npm run tsc && npm run build.native",
		"pack": "cd ../publish; chmod +rx pack.sh; ./pack.sh",
		"pckgpublish": "cd ../publish; chmod +rx publish.sh; ./publish.sh",
		"release": "npm version patch && git push --tags",
		"build.native": "node scripts/build-native.js",
		"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
		"ci.tslint": "npm i && ts-patch install && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
		"prepack": "npm run build.native",
		"demo.ios": "npm i && ts-patch install && cd ../demo && ns run ios --no-hmr",
		"demo.android": "npm i && ts-patch install && cd ../demo && ns run android",
		"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
		"plugin.prepare": "npm run build && cd ../demo && ns plugin remove nativescript-vue-router-extended && ns plugin add ../src",
		"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i && ts-patch install"
	},
	"keywords": [
		"Vue",
		"Router",
		"NativeScript",
		"Extended",
		"JavaScript",
		"Android",
		"iOS"
	],
	"author": {
		"name": "Matt Czaplinski",
		"email": "deindesign.pl@gmail.com"
	},
	"bugs": {
		"url": "https://github.com/MattCCC/nativescript-vue-router-extended/issues"
	},
	"license": "Apache-2.0",
	"homepage": "https://github.com/MattCCC/nativescript-vue-router-extended",
	"devDependencies": {
		"@nativescript/core": "^7.1.0",
		"@nativescript/types": "^7.1.0",
		"@nativescript/webpack": "^4.0.0",
		"@typescript-eslint/eslint-plugin": "^4.12.0",
		"@typescript-eslint/eslint-plugin-tslint": "^4.12.0",
		"@typescript-eslint/parser": "^4.12.0",
		"eslint": "^7.17.0",
		"prompt": "^1.0.0",
		"rimraf": "^2.6.3",
		"semver": "^5.6.0",
		"ts-patch": "^1.3.1",
		"tslint": "^5.12.1",
		"typescript": "4.1.3"
	},
	"bootstrapper": "nativescript-plugin-seed",
	"dependencies": {
		"@types/node": "14.14.22",
		"nativescript-vue": "^2.9.0",
		"ts-node": "^9.1.1",
		"vue-router": "^4.0.11"
	},
	"engines": {
		"node": ">=12"
	}
}
