-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.49 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.49 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": "@wc-easycredit/plugin",
"version": "1.0.0",
"description": "easyCredit-Ratenkauf Plugin for wooCommerce",
"main": "index.js",
"author": "NETZKOLLEKTIV <corporate@netzkollektiv.com>",
"license": "MIT",
"scripts": {
"build": "(cd src/wc-easycredit && 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": "export $(cat .env | xargs) && 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",
"wp-env": "wp-env"
},
"dependencies": {
"@playwright/test": "^1.54"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/node": "^24.1.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}