| 1 |
{ |
| 2 |
"name": "vipps-mobilepay-recurring-payments", |
| 3 |
"version": "1.0.0", |
| 4 |
"description": "", |
| 5 |
"main": "index.js", |
| 6 |
"scripts": { |
| 7 |
"build": "wp-scripts build --webpack-src-dir=src entrypoints/main/main.js entrypoints/checkout/checkout.js --output-path=assets/build", |
| 8 |
"check-engines": "wp-scripts check-engines", |
| 9 |
"check-licenses": "wp-scripts check-licenses", |
| 10 |
"format": "wp-scripts format", |
| 11 |
"lint:css": "wp-scripts lint-style", |
| 12 |
"lint:js": "wp-scripts lint-js", |
| 13 |
"lint:md:docs": "wp-scripts lint-md-docs", |
| 14 |
"lint:pkg-json": "wp-scripts lint-pkg-json", |
| 15 |
"packages-update": "wp-scripts packages-update", |
| 16 |
"plugin-zip": "wp-scripts plugin-zip", |
| 17 |
"start": "wp-scripts start --webpack-src-dir=src --output-path=assets/build", |
| 18 |
"test:e2e": "wp-scripts test-e2e", |
| 19 |
"test:unit": "wp-scripts test-unit-js" |
| 20 |
}, |
| 21 |
"keywords": [], |
| 22 |
"author": "", |
| 23 |
"license": "ISC", |
| 24 |
"devDependencies": { |
| 25 |
"@wordpress/api-fetch": "^6.49.0", |
| 26 |
"@wordpress/blocks": "^12.30.0", |
| 27 |
"@wordpress/data": "^9.23.0", |
| 28 |
"@wordpress/element": "^5.30.0", |
| 29 |
"@wordpress/i18n": "^4.53.0", |
| 30 |
"@wordpress/scripts": "^31.6.0" |
| 31 |
} |
| 32 |
} |
| 33 |
|