-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.24 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
{
"name": "wc-solana-pay",
"version": "2.9.0",
"description": "Solana Pay powered payment gateway for WordPress and WooCommerce",
"author": "aztemi",
"license": "GPL-3.0-or-later",
"type": "module",
"workspaces": [
"frontend"
],
"scripts": {
"postinstall": "composer install",
"makepot": "composer run-script makepot",
"lint": "composer run-script lint",
"build": "npm run build --workspaces",
"nuke": "rm -rf vendor node_modules frontend/node_modules composer.lock package-lock.json",
"package": "rm -f $npm_package_name-*.zip && cd .. && zip -r $npm_package_name/$npm_package_name-$npm_package_version.zip $npm_package_name -x **phpcs-report.txt **pbs-rules-set.xml **composer.lock **composer.json **package-lock.json **package.json **.md **.gitignore **.git/\\* **node_modules/\\* **vendor/\\* **frontend/\\* **.wordpress.org/\\* && cd $npm_package_name"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aztemi/wc-solana-pay.git"
},
"keywords": [
"Solana",
"Solana Pay",
"WooCommerce",
"WordPress",
"Crypto",
"Payment"
],
"bugs": {
"url": "https://github.com/aztemi/wc-solana-pay/issues"
},
"homepage": "https://github.com/aztemi/wc-solana-pay#readme"
}