forked from omise/omise-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.41 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.41 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
{
"name": "omise-woocommerce",
"title": "omise-woocommerce",
"version": "1.0.0",
"description": "Omise",
"author": "Omise",
"keywords": [],
"engines": {
"node": ">=12.20.1",
"npm": ">=6.14.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@google-pay/button-react": "^3.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@wordpress/element": "^6.22.0",
"@wordpress/html-entities": "^4.22.0",
"@wordpress/jest-preset-default": "^12.22.0",
"@wordpress/scripts": "^27.9.0",
"husky": "^9.1.7"
},
"scripts": {
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"format:js": "wp-scripts format resources/js",
"lint:js": "wp-scripts lint-js resources/js",
"lint:js-fix": "eslint resources/js --ext=js,jsx,ts,tsx --fix",
"lint:js:report": "npm run lint:js -- --output-file eslint_report.json --ext=js,ts,tsx --format json",
"test:unit": "wp-scripts test-unit-js",
"packages-update": "wp-scripts packages-update",
"prepare": "husky"
}
}