PluginProbe
Sendy / 3.4.0
Sendy v3.4.0
3.4.6 3.4.7 trunk 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 All 32 releases
sendy / package.json

package.json in Sendy 3.4.0, at package.json

37 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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