{
	"name": "@xhmikosr/os-filter-obj",
	"version": "3.0.0",
	"description": "Filter an array of objects to a specific OS",
	"license": "MIT",
	"repository": "XhmikosR/os-filter-obj",
	"publishConfig": {
		"access": "public"
	},
	"author": {
		"name": "Kevin Mårtensson",
		"email": "kevinmartensson@gmail.com",
		"url": "https://github.com/kevva"
	},
	"engines": {
		"node": "^14.14.0 || >=16.0.0"
	},
	"scripts": {
		"ava": "ava",
		"lint": "xo",
		"xo": "xo",
		"fix": "xo --fix",
		"test": "npm run ava"
	},
	"main": "index.js",
	"type": "module",
	"exports": {
		".": "./index.js"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"arch",
		"filter",
		"obj",
		"object",
		"os"
	],
	"dependencies": {
		"arch": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^4.3.3",
		"xo": "^0.54.2"
	},
	"xo": {
		"rules": {
			"arrow-body-style": "off",
			"unicorn/prevent-abbreviations": "off"
		}
	}
}
