-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 2.39 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 2.39 KB
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
{
"name": "korea-for-woocommerce",
"title": "Korea for WooCommerce",
"version": "1.1.15",
"description": "WooCommerce Toolkit for Korean use.",
"author": "Greys",
"license": "GPL-2.0-or-later",
"homepage": "https://wordpress.org/plugins/korea-for-woocommerce/",
"repository": {
"type": "git",
"url": "git@github.com:jgreys/korea-for-woocommerce.git"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@wordpress/e2e-test-utils": "^11.9.0",
"@wordpress/e2e-test-utils-playwright": "^1.9.0",
"@wordpress/env": "^10.9.0",
"@wordpress/scripts": "^30.1.0"
},
"scripts": {
"build": "npm run build:js && npm run build:css",
"build:css": "npx wp-scripts build assets/src/scss/admin.scss --output-path assets/css",
"build:js": "npx wp-scripts build assets/src/js/wc-korea-postcode.js assets/src/js/admin/addons.js assets/src/js/admin/settings.js --output-path assets/js",
"check-engines": "npx wp-scripts check-engines",
"check-licenses": "npx wp-scripts check-licenses",
"format": "npx wp-scripts format",
"lint:css": "npx wp-scripts lint-style 'assets/src/scss/**/*.scss'",
"lint:js": "npx wp-scripts lint-js 'assets/src/js/**/*.js'",
"lint:md:docs": "npx wp-scripts lint-md-docs",
"lint:pkg-json": "npx wp-scripts lint-pkg-json",
"packages-update": "npx wp-scripts packages-update",
"plugin-zip": "npx wp-scripts plugin-zip",
"env:setup": "bin/setup.sh",
"env:clean": "npx wp-env clean",
"env:destroy": "npx wp-env destroy",
"env:logs": "npx wp-env logs",
"env:start": "npx wp-env start",
"env:stop": "npx wp-env stop",
"test:e2e": "npx wp-scripts test-playwright --config ./tests/e2e/playwright.config.ts --reporter=list",
"test:e2e:debug": "npx wp-scripts test-playwright --config ./tests/e2e/playwright.config.ts --debug",
"test:e2e:watch": "npx wp-scripts test-playwright --config ./tests/e2e/playwright.config.ts --ui",
"test:e2e:tracing": "npx wp-scripts test-playwright --config ./tests/e2e/playwright.config.ts --trace on",
"test:unit:php": "npx wp-env run tests-cli --env-cwd=wp-content/plugins/korea-for-woocommerce vendor/bin/phpunit",
"test:unit:js": "npx wp-scripts test-unit",
"makepot": "composer run-script makepot"
}
}