-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.21 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
{
"name": "@wc-easycredit/plugin",
"version": "1.0.0",
"description": "easyCredit-Ratenkauf Plugin for wooCommerce",
"main": "index.js",
"author": "NETZKOLLEKTIV <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "(cd src/woocommerce-gateway-ratenkaufbyeasycredit && yarn && yarn build) && composer install",
"docs:build:html": "sudo docker run --rm -v ${PWD}/docs:/docs -v /opt/sphinx_rtd_theme/sphinx_rtd_theme:/docs/source/_themes/sphinx_rtd_theme sphinxdoc/sphinx make html",
"docs:build:pdf": "sudo docker run --rm -v ${PWD}/docs:/docs -v /opt/sphinx_rtd_theme/sphinx_rtd_theme:/docs/source/_themes/sphinx_rtd_theme sphinxdoc/sphinx-latexpdf make latexpdf",
"docs:deploy": "export $(cat .env | xargs) && rsync -rvz --delete ${PWD}/docs/build/html/ ${DOCS_DEPLOY_DST}",
"docs": "yarn docs:build:html; yarn docs:deploy",
"deploy": "bin/deploy-to-wordpress.sh --svn",
"release": "bin/release.sh",
"phpstan": "export $(cat .env | xargs) && cd $PLUGIN_DIR && vendor/bin/phpstan analyse .",
"fix-cs": "export $(cat .env | xargs) && cd $PLUGIN_DIR && vendor/bin/ecs check --fix --config=../../ecs.php"
},
"dependencies": {
"@playwright/test": "^1.38.0"
}
}