forked from siteorigin/so-widgets-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 748 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "so-widgets-bundle",
"description": "Development repository for the SiteOrigin Widgets Bundle, a collection of widgets designed for use anywhere in WordPress - [Page Builder by SiteOrigin](https://siteorigin.com/page-builder/), the Block Editor, theme widget areas, and more.",
"directories": {
"test": "tests"
},
"scripts": {
"tests": "node ./tests/scripts/run-playwright.js",
"test:e2e": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siteorigin/so-widgets-bundle.git"
},
"author": "siteorigin",
"license": "GPL-3.0",
"devDependencies": {
"siteorigin-tests-common": "github:siteorigin/siteorigin-tests-common#feature/neutralize-site-editor-header"
}
}