-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 856 Bytes
/
package.json
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
30
31
32
33
34
{
"name": "wordpress-child",
"description": "An open-source WordPress starter child theme.",
"version": "1.0.0",
"author": "Jorge Moliner (https://whoisjorge.me)",
"license": "GPL-3.0-or-later",
"keywords": [
"WordPress",
"Child",
"Theme"
],
"homepage": "https://github.com/whoisjorge/wordpress-child#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/whoisjorge/wordpress-child.git"
},
"bugs": {
"url": "https://github.com/whoisjorge/wordpress-child/issues"
},
"private": true,
"scripts": {
"setup": "node theme.js",
"format": "prettier --write . --ignore-unknown",
"clean": "rm -rf removeevrythingbutthechildtheme.todo"
},
"devDependencies": {
"glob": "^7.2.0",
"prettier": "^2.5.1",
"pretty-error": "^4.0.0"
},
"engines": {
"node": ">=14"
}
}