forked from richtabor/kanso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "kanso",
"version": "1.0.5",
"description": "The WordPress theme for https://rich.blog",
"author": "Rich Tabor",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"theme"
],
"homepage": "https://rich.blog/kanso",
"repository": {
"type": "git",
"url": "git+https://github.com/richtabor/kanso.git"
},
"bugs": {
"url": "https://github.com/richtabor/kanso/issues"
},
"scripts": {
"format": "npm run format:json && npm run format:php",
"format:php": "./vendor/bin/phpcbf --standard=phpcs.xml.dist .",
"format:json": "wp-scripts format",
"theme-zip": "./theme-zip.sh",
"setup": "npm install && composer install"
},
"devDependencies": {
"@wordpress/scripts": "^28.3.0"
}
}