-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.24 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "woocommerce-product-tabs",
"title": "WooCommerce Product Tabs (Free)",
"version": "2.1.8",
"license": "GPL-2.0+",
"main_file": "woocommerce-product-tabs.php",
"author": "Barn2 Plugins <support@barn2.com>",
"repository": {
"type": "git",
"url": "https://github.com/Barn2Plugins/woocommerce-product-tabs.git"
},
"directories": {
"lib": "lib"
},
"scripts": {
"build": "set BARN2_BUILD_ENV=production & wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "set BARN2_BUILD_ENV=development & wp-scripts start",
"test:e2e": "playwright test",
"test:unit": "wp-scripts test-unit-js",
"wp-env:start": "wp-env start",
"wp-env:stop": "wp-env stop",
"wp-env:update": "wp-env start --update",
"wp-env:clean": "wp-env clean all"
},
"bugs": {
"url": "https://github.com/Barn2Plugins/woocommerce-product-tabs/issues"
},
"homepage": "https://github.com/Barn2Plugins/woocommerce-product-tabs#readme",
"devDependencies": {
"@barn2plugins/components": "^0.9",
"@barn2plugins/playwright-utils": "^0.2.1",
"@barn2plugins/webpack-config": "^2.0.0",
"@playwright/test": "^1.42.1",
"@wordpress/dependency-extraction-webpack-plugin": "^4.8.0",
"@wordpress/env": "^9.4.0",
"@wordpress/scripts": "^26.4.0",
"gulp": "^4.0.2"
},
"dependencies": {
"@wordpress/api-fetch": "^6.45.0"
},
"barn2": {
"tests": [
{
"name": "default",
"plugins": [
".",
"./wp/src/wp-content/plugins/woocommerce"
],
"mappings": {
"wp-content/db.sql": "./tests/e2e/default/db.sql"
}
}
]
}
}