-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
46
47
48
49
{
"name": "@pronamic/wp-pronamic-pay-woocommerce",
"version": "4.10.0",
"description": "WooCommerce driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-extensions/woocommerce"
},
"keywords": [
"wordpress",
"wp",
"pay",
"woocommerce",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay-extensions/woocommerce/issues"
},
"homepage": "http://www.wp-pay.org/extensions/woocommerce/",
"devDependencies": {
"@woocommerce/block-library": "^2.3.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0",
"@woocommerce/settings": "^1.0.0",
"@wordpress/components": "^27.2.0",
"@wordpress/env": "^9.6.0",
"@wordpress/html-entities": "^3.54.0",
"@wordpress/scripts": "^27.5.0",
"eslint-plugin-json": "^3.1.0"
},
"scripts": {
"build": "wp-scripts build ./js/src/index.js --output-path=./js/dist/",
"lint:js": "wp-scripts lint-js ./js/src",
"start": "wp-scripts start ./js/src/index.js --output-path=./js/dist"
}
}