{
	"name": "usher-cli",
	"version": "2.15.5",
	"description": "A command line app to usher other command line applications",
	"bin": {
		"usher": "src/cli.js"
	},
	"scripts": {
		"test": "jest",
		"test:ci": "jest",
		"prepublish-to-npm": "npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}'",
		"publish-to-npm": "publish",
		"usher-test": "node src/cli.js"
	},
	"jest": {
		"collectCoverage": true
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/findmypast/usher.git"
	},
	"author": "Findmypast <oss@findmypast.com> (https://tech.findmypast.com)",
	"contributors": [
		{
			"name": "Neil Crawford",
			"email": "ncrawford@findmypast.com"
		},
		{
			"name": "Jae Anne Bach Hardie",
			"email": "jhardie@findmypast.com"
		},
		{
			"name": "Mike Thomas",
			"email": "mthomas@findmypast.com"
		},
		{
			"name": "Sash",
			"email": "ostasyk@findmypast.com"
		}
	],
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/findmypast/usher/issues"
	},
	"homepage": "https://github.com/findmypast/usher#readme",
	"dependencies": {
		"bluebird": "^3.7.2",
		"child-process-promise": "^2.2.1",
		"commander": "^12.0.0",
		"errno": "^1.0.0",
		"firstline": "^2.0.2",
		"js-yaml": "^4.1.0",
		"kleur": "^4.1.5",
		"lodash": "^4.17.21",
		"promise-retry": "^2.0.1",
		"snuze": "^1.0.0",
		"split": "^1.0.0",
		"winston": "^3.13.0"
	},
	"devDependencies": {
		"eslint": "^8.57.0",
		"eslint-config-eslint": "^9.0.0",
		"jest": "^29.7.0"
	},
	"eslintConfig": {
		"extends": "eslint",
		"env": {
			"node": true,
			"es6": true
		},
		"rules": {
			"quotes": [
				"error",
				"single"
			],
			"indent": [
				"error",
				2
			],
			"require-jsdoc": "off",
			"brace-style": [
				"error",
				"stroustrup"
			]
		}
	},
	"engines": {
		"node": ">=6.0.0"
	}
}
