{
	"name": "workspaces-affected",
	"version": "2.1.0",
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"keywords": [
		"npm-workspaces",
		"github-actions",
		"lerna",
		"affected packages"
	],
	"homepage": "https://github.com/sharonamr/workspaces-affected#readme",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/sharonamr/workspaces-affected.git"
	},
	"type": "module",
	"bin": {
		"workspaces-affected": "bin/affected.js"
	},
	"files": [
		"src"
	],
	"license": "MIT",
	"dependencies": {
		"glob": "^7.2.0"
	}
}
