{
	"name": "safe-publish-latest",
	"version": "1.1.1",
	"author": "Jordan Harband",
	"contributors": [
		{
			"name": "Jordan Harband",
			"email": "ljharb@gmail.com",
			"url": "http://ljharb.codes"
		}
	],
	"description": "Ensure that when you `npm publish`, the \"latest\" tag is only set for the truly latest version.",
	"license": "MIT",
	"bin": "bin/safe-publish-latest",
	"main": "getLatestError.js",
	"scripts": {
		"pretest": "npm run --silent lint",
		"prepublish": "bin/safe-publish-latest",
		"test": "npm run --silent tests-only",
		"posttest": "npm run --silent security",
		"tests-only": "tape 'test/*'",
		"lint": "npm run --silent eslint",
		"eslint": "eslint *.js test/*.js",
		"security": "nsp check"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/ljharb/safe-publish-latest.git"
	},
	"bugs": {
		"url": "https://github.com/ljharb/safe-publish-latest/issues"
	},
	"keywords": [
		"publish",
		"latest",
		"npm",
		"dist-tag",
		"tag",
		"safe",
		"prepublish"
	],
	"dependencies": {
		"in-publish": "^2.0.0",
		"semver": "^5.3.0",
		"yargs": "^6.0.0"
	},
	"devDependencies": {
		"@ljharb/eslint-config": "^8.0.0",
		"eslint": "^3.7.1",
		"mock-env": "^0.1.3",
		"nsp": "^2.6.2",
		"tape": "^4.6.2"
	},
	"engines": {
		"node": ">= 0.10"
	}
}
