@theme-json/create
Version:
Split WordPress theme.json into smaller files.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "@theme-json/create",
"version": "0.0.4",
"description": "Split WordPress theme.json into smaller files.",
"author": "Petter Walbø Johnsgård",
"homepage": "https://github.com/walbo/create-theme-json/blob/main/packages/create/README.md",
"repository": {
"type": "git",
"url": "https://github.com/walbo/create-theme-json.git",
"directory": "packages/create"
},
"bugs": "https://github.com/walbo/create-theme-json/issues",
"keywords": [
"wordpress",
"gutenberg",
"theme.json"
],
"license": "GPL-2.0-or-later",
"type": "module",
"engines": {
"node": ">=16",
"npm": ">=6.9"
},
"files": [
"dist",
"README.md"
],
"bin": {
"theme-json": "./dist/bin/theme-json.mjs"
},
"dependencies": {
"chokidar": "^3.5.3",
"cosmiconfig": "^8.1.3",
"cross-spawn": "^7.0.3",
"deepmerge": "^4.3.1",
"fast-glob": "^3.2.7",
"lodash": "^4.17.21",
"picocolors": "^1.0.0",
"slash": "^5.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "aeab477d1faf9ae5726840483af57004862c7e7f"
}