{
	"name": "wp-types",
	"version": "4.71.0",
	"description": "TypeScript definitions of WordPress PHP objects and REST API responses.",
	"main": "index.js",
	"engines": {
		"node": ">=24.0",
		"npm": ">=11.10.0"
	},
	"types": "index.ts",
	"files": [
		"index.js",
		"index.ts"
	],
	"homepage": "https://github.com/johnbillion/wp-json-schemas/tree/trunk/packages/wp-types",
	"funding": "https://github.com/sponsors/johnbillion",
	"repository": {
		"type": "git",
		"url": "https://github.com/johnbillion/wp-json-schemas"
	},
	"keywords": [
		"typescript",
		"wordpress"
	],
	"author": "John Blackbourn",
	"license": "MIT",
	"dependencies": {
		"typescript": ">=4"
	},
	"devDependencies": {
		"@swc/cli": "^0.6.0",
		"@swc/core": "^1.10.12"
	},
	"scripts": {
		"build": "swc index.ts -o index.js",
		"prepublishOnly": "npm run build"
	}
}
