-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.03 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.03 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
{
"name": "icepay-for-woocommerce",
"version": "1.0.15",
"description": "```bash cp .env.example .env docker compose up -d make install ```",
"scripts": {
"build": "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": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"build-plugin": "composer install --no-dev && npm install && npm run build && npm run archive",
"archive": "zip -r $npm_package_name.zip . -x@exclude.lst"
},
"author": "",
"license": "GPLV3",
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^4.0.0",
"@wordpress/scripts": "^31.1.0"
}
}