woocommerce-paypal-payments/modules/ppcp-fraud-protection/package.json
2025-10-16 14:13:02 +03:00

14 lines
402 B
JSON

{
"name": "ppcp-fraud-protection",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"scripts": {
"watch": "wp-scripts start --webpack-src-dir=resources/js --output-path=assets",
"build": "wp-scripts build --webpack-src-dir=resources/js --output-path=assets"
},
"devDependencies": {
"@wordpress/scripts": "^30.25.0"
},
"dependencies": {
}
}