-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 812 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 812 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
{
"name": "elayne",
"version": "4.0.2",
"description": "A modern WordPress block theme with 100+ patterns for building professional business websites.",
"keywords": [
"wordpress",
"theme",
"block-theme",
"business",
"sme"
],
"author": "Jasper Frumau",
"license": "GPL-2.0-or-later",
"scripts": {
"setup": "npx playwright install chromium",
"validate": "sentinel --log patterns/",
"validate:woo": "sentinel --log --url=http://demo.imagewize.test/store patterns/woocommerce/",
"validate:file": "sentinel",
"validate:new": "sentinel --cache --log patterns/",
"validate:new:woo": "sentinel --cache --log --url=http://demo.imagewize.test/store patterns/woocommerce/",
"validate:clear-cache": "sentinel --clear-cache"
},
"dependencies": {
"@imwz/wp-pattern-sentinel": "^1.0.2"
}
}