{
	"name": "smntcs-disable-rest-api-user-endpoints",
	"version": "1.0.0",
	"description": "Disable the REST API user endpoints due to security reasons.",
	"author": "Niels Lange",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Disable REST API User Endpoints"
	],
	"homepage": "https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues"
	},
	"devDependencies": {
		"npm-run-all": "4.1.5"
	},
	"scripts": {
		"test": "npm-run-all --parallel phpcs phplint psalm",
		"phpcbf": "composer run phpcbf",
		"phpcs": "composer run phpcs",
		"phplint": "composer run phplint",
		"psalm": "composer run psalm"
	}
}
