{
	"name": "nativescript-letter-avatar",
	"version": "0.3.0",
	"description": "Generate beautiful letter avatars in your nativescript app!",
	"main": "letter-avatar",
	"typings": "index.d.ts",
	"nativescript": {
		"platforms": {
			"android": "6.3.1",
			"ios": "6.3.0"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/hrueger/nativescript-letter-avatar.git"
	},
	"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 run tsc && cd ../demo && tns run ios",
		"demo.android": "npm run tsc && cd ../demo && tns run android",
		"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
		"demo-angular.ios": "npm run tsc && cd ../demo-angular && tns run ios",
		"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",
		"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-letter-avatar && tns plugin add ../src && cd ../demo-angular && tns plugin remove nativescript-letter-avatar && 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",
		"JavaScript",
		"Android",
		"iOS"
	],
	"author": {
		"name": "H. Rüger"
	},
	"bugs": {
		"url": "https://github.com/hrueger/nativescript-letter-avatar/issues"
	},
	"license": "MIT",
	"homepage": "https://github.com/hrueger/nativescript-letter-avatar",
	"devDependencies": {
		"tns-core-modules": "^6.3.2",
		"tns-platform-declarations": "^6.3.2",
		"typescript": "~3.7.5",
		"prompt": "^1.0.0",
		"rimraf": "^3.0.1",
		"tslint": "^6.0.0",
		"semver": "^7.1.2"
	},
	"dependencies": {
		"rxjs": "^6.5.4"
	},
	"bootstrapper": "nativescript-plugin-seed"
}
