11{
2- "name" : " create-block-theme" ,
3- "version" : " 1.2.3" ,
4- "private" : true ,
5- "description" : " Create a block-based theme" ,
6- "author" : " The WordPress Contributors" ,
7- "license" : " GPL-2.0-or-later" ,
8- "keywords" : [ " WordPress" , " block" ],
9- "homepage" : " https://wordpress.org/plugins/create-block-theme/" ,
10- "repository" : " git+https://github.com/WordPress/create-block-theme.git" ,
11- "bugs" : {
12- "url" : " https://wordpress.org/support/plugin/create-block-theme/"
13- },
14- "main" : " build/index.js" ,
15- "devDependencies" : {
16- "@wordpress/scripts" : " ^18.0.1" ,
17- "@actions/core" : " ^1.10.0" ,
18- "semver" : " ^7.3.8" ,
19- "simple-git" : " ^3.14.1"
20- },
21- "scripts" : {
22- "build" : " wp-scripts build" ,
23- "format" : " wp-scripts format" ,
24- "lint:js" : " wp-scripts lint-js" ,
25- "packages-update" : " wp-scripts packages-update" ,
26- "start" : " wp-scripts start" ,
27- "update-version" : " node update-version-and-changelog.js"
28- }
2+ "name" : " create-block-theme" ,
3+ "version" : " 1.3.0" ,
4+ "private" : true ,
5+ "description" : " Create a block-based theme" ,
6+ "author" : " The WordPress Contributors" ,
7+ "license" : " GPL-2.0-or-later" ,
8+ "keywords" : [
9+ " WordPress" ,
10+ " block"
11+ ],
12+ "homepage" : " https://wordpress.org/plugins/create-block-theme/" ,
13+ "repository" : " git+https://github.com/WordPress/create-block-theme.git" ,
14+ "bugs" : {
15+ "url" : " https://wordpress.org/support/plugin/create-block-theme/"
16+ },
17+ "main" : " build/index.js" ,
18+ "devDependencies" : {
19+ "@wordpress/scripts" : " ^18.0.1" ,
20+ "@actions/core" : " ^1.10.0" ,
21+ "semver" : " ^7.3.8" ,
22+ "simple-git" : " ^3.14.1"
23+ },
24+ "scripts" : {
25+ "build" : " wp-scripts build" ,
26+ "format" : " wp-scripts format" ,
27+ "lint:js" : " wp-scripts lint-js" ,
28+ "packages-update" : " wp-scripts packages-update" ,
29+ "start" : " wp-scripts start" ,
30+ "update-version" : " node update-version-and-changelog.js"
31+ }
2932}
0 commit comments