-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "hametwoo",
"version": "1.0.0",
"description": "A utility classes for WooCommerce development.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "wp-env start",
"update": "docker compose down && wp-env start --update",
"stop": "docker compose down && wp-env stop",
"env": "wp-env",
"path": "wp-env install-path",
"cli": "wp-env run cli wp",
"cli:test": "wp-env run tests-cli wp",
"test": "RESULT=${PWD##*/} && wp-env run tests-cli ./wp-content/plugins/$RESULT/vendor/bin/phpunit -c ./wp-content/plugins/$RESULT/phpunit.xml.dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hametuha/hametwoo.git"
},
"keywords": [
"wordpress",
"woocommerce"
],
"author": "Hametuha INC <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hametuha/hametwoo/issues"
},
"homepage": "https://github.com/hametuha/hametwoo#readme",
"volta": {
"node": "18.20.5"
},
"devDependencies": {
"@wordpress/env": "^10.14.0"
}
}