| 1 |
{ |
| 2 |
"name": "sendy", |
| 3 |
"version": "1.0.0", |
| 4 |
"description": "This repository holds the source code for the plugin to connect WooCommerce to your Sendy account.", |
| 5 |
"main": "index.js", |
| 6 |
"directories": { |
| 7 |
"lib": "lib" |
| 8 |
}, |
| 9 |
"devDependencies": { |
| 10 |
"@woocommerce/block-library": "^2.3.0", |
| 11 |
"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0", |
| 12 |
"@woocommerce/eslint-plugin": "^2.2.0", |
| 13 |
"@wordpress/blocks": "^12.6.0", |
| 14 |
"@wordpress/scripts": "^26.0.0", |
| 15 |
"@wordpress/components": "^23.8.0" |
| 16 |
}, |
| 17 |
"scripts": { |
| 18 |
"build": "wp-scripts build", |
| 19 |
"format": "wp-scripts format", |
| 20 |
"lint:css": "wp-scripts lint-style", |
| 21 |
"lint:js": "wp-scripts lint-js", |
| 22 |
"packages-update": "wp-scripts packages-update", |
| 23 |
"plugin-zip": "wp-scripts plugin-zip", |
| 24 |
"start": "wp-scripts start" |
| 25 |
}, |
| 26 |
"repository": { |
| 27 |
"type": "git", |
| 28 |
"url": "git+https://github.com/sendynl/woocommerce-plugin.git" |
| 29 |
}, |
| 30 |
"author": "", |
| 31 |
"license": "ISC", |
| 32 |
"bugs": { |
| 33 |
"url": "https://github.com/sendynl/woocommerce-plugin/issues" |
| 34 |
}, |
| 35 |
"homepage": "https://github.com/sendynl/woocommerce-plugin#readme" |
| 36 |
} |
| 37 |
|