{
	"name": "alfy-test",
	"version": "0.4.2",
	"description": "Test your Alfy workflows",
	"license": "MIT",
	"repository": "SamVerschueren/alfy-test",
	"author": {
		"name": "Sam Verschueren",
		"email": "sam.verschueren@gmail.com",
		"url": "github.com/SamVerschueren"
	},
	"bin": {
		"run-node": "run-node.sh"
	},
	"maintainers": [
		{
			"name": "Sindre Sorhus",
			"email": "sindresorhus@gmail.com",
			"url": "sindresorhus.com"
		}
	],
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js",
		"lib"
	],
	"keywords": [
		"alfred",
		"app",
		"workflow",
		"helper",
		"util",
		"utility",
		"macos",
		"mac",
		"test",
		"testing",
		"alfy"
	],
	"dependencies": {
		"cache-conf": "^0.6.0",
		"conf": "^10.0.1",
		"execa": "^5.1.1",
		"find-up": "^5.0.0",
		"plist": "^3.0.2",
		"tempy": "^1.0.1"
	},
	"devDependencies": {
		"alfy": "^0.11.0",
		"ava": "^3.15.0",
		"clinton": "^0.14.0",
		"xo": "^0.25.3"
	},
	"ava": {
		"serial": true
	}
}
