{
	"name": "git-upstream-template",
	"license": "MIT",
	"version": "1.0.7",
	"author": "rioam2",
	"homepage": "https://www.npmjs.com/package/git-upstream-template",
	"description": "Synchronize git templates generated by GitHub as if they were forks",
	"main": "./dist/src/index.js",
	"bin": {
		"git-upstream-template": "./dist/src/cli.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/rioam2/git-upstream-template.git"
	},
	"bugs": {
		"url": "https://github.com/rioam2/git-upstream-template/issues"
	},
	"keywords": [
		"templates",
		"synchronization",
		"repository-sync",
		"upstream-template",
		"npm",
		"fork",
		"cherry-pick",
		"merge",
		"unrelated-histories"
	],
	"scripts": {
		"build": "rm -rf ./dist && tsc",
		"git-upstream-template": "ts-node ./src/cli.ts",
		"test": "nyc mocha",
		"watch": "mocha --watch",
		"coverage": "nyc report --reporter=text-lcov | coveralls",
		"prepublish": "yarn build"
	},
	"files": [
		"dist/**"
	],
	"husky": {
		"hooks": {
			"pre-commit": "yarn test && yarn embedme README.md"
		}
	},
	"nyc": {
		"include": [
			"src/**/*.ts"
		],
		"extension": [
			".ts"
		],
		"require": [
			"ts-node/register"
		],
		"reporter": [
			"text"
		],
		"sourceMap": true,
		"instrument": true
	},
	"devDependencies": {
		"@types/chai": "^4.2.3",
		"@types/chalk": "^2.2.0",
		"@types/inquirer": "^6.5.0",
		"@types/mocha": "^5.2.6",
		"@types/node": "^12.7.8",
		"chai": "^4.2.0",
		"coveralls": "^3.0.6",
		"embedme": "^1.17.1",
		"husky": "^3.0.5",
		"mocha": "^6.0.2",
		"nyc": "^14.1.1",
		"source-map-support": "^0.5.13",
		"ts-node": "^8.4.1",
		"tslint": "^5.20.0",
		"typescript": "^3.6.3"
	},
	"dependencies": {
		"chalk": "^2.4.2",
		"inquirer": "^7.0.0"
	}
}
