@amazingbv/webpack-theme-json-generator
Version:
An npm package for Webpack for generating your WordPress theme.json file from multiple JSON files.
27 lines (26 loc) • 789 B
JSON
{
"name": "@amazingbv/webpack-theme-json-generator",
"version": "1.1.1",
"description": "An npm package for Webpack for generating your WordPress theme.json file from multiple JSON files.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AmazingBV/webpack-theme-json-generator.git"
},
"keywords": [
"wordpress",
"theme",
"json",
"theme.json",
"webpack"
],
"author": "Amazing Mixed Media Minds",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmazingBV/webpack-theme-json-generator/issues"
},
"homepage": "https://github.com/AmazingBV/webpack-theme-json-generator#readme",
"dependencies": {
"lodash": "^4.17.21"
}
}