@theme-json/validate
Version:
Validate theme.json files when using @theme-json/create
43 lines (42 loc) • 965 B
JSON
{
"name": "@theme-json/validate",
"version": "0.0.4",
"description": "Validate theme.json files when using @theme-json/create",
"author": "Petter Walbø Johnsgård",
"homepage": "https://github.com/walbo/create-theme-json/blob/main/packages/validate/README.md",
"repository": {
"type": "git",
"url": "https://github.com/walbo/create-theme-json.git",
"directory": "packages/validate"
},
"bugs": "https://github.com/walbo/create-theme-json/issues",
"keywords": [
"wordpress",
"gutenberg",
"theme.json",
"validate",
"schema"
],
"license": "GPL-2.0-or-later",
"type": "module",
"engines": {
"node": ">=16",
"npm": ">=6.9"
},
"files": [
"dist",
"README.md"
],
"main": "dist/index.mjs",
"dependencies": {
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"axios": "^1.3.6",
"lodash": "^4.17.21",
"picocolors": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "aeab477d1faf9ae5726840483af57004862c7e7f"
}