-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "reepay-woocommerce-payment",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.0.0",
"postcss": "^8.4.49",
"yargs": "^17.7.1"
},
"devDependencies": {
"fs-extra": "^11.1.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.62.1"
},
"scripts": {
"start": "gulp watch",
"build:dev": "gulp build",
"build": "gulp build --production",
"build:vite": "npm --prefix ./vite run build",
"zip": "bash bin/zip.sh",
"phpcs": "bash ./bin/phpcs.sh",
"phpcs:full": "bash ./bin/phpcs.sh -full",
"phpcs:fix": "bash ./bin/phpcs.sh -fix",
"phpcs:tests": "bash ./bin/phpcs.tests.sh",
"phpcs:tests:full": "bash ./bin/phpcs.tests.sh -full",
"phpcs:tests:fix": "bash ./bin/phpcs.tests.sh -fix",
"phpunit": "set PHPUNIT_PLUGINS=woo,woo_subs,rp_subs & set HPOS_ENABLED=no & php ./vendor/bin/phpunit",
"phpunit:full": "bash ./bin/phpunit-test-with-plugins.sh",
"phpunit:init": "bash bin/install-wp-tests.sh wp_phpunit root ''"
},
"repository": {
"type": "git",
"url": "https://github.com/reepay/reepay-woocommerce-payment/"
},
"author": "AAIT",
"license": "SEE LICENSE IN License.txt",
"homepage": "https://github.com/reepay/reepay-woocommerce-payment/"
}