PluginProbe
Friends / 2.8.1
Friends v2.8.1
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / blocks / friends-list / package.json

package.json in Friends 2.8.1, at blocks/friends-list/package.json

21 lines 565 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "friends-list",
3 "version": "0.1.0",
4 "description": "Show a list of your friends.",
5 "author": "Alex Kirk",
6 "license": "GPL-2.0-or-later",
7 "main": "build/index.js",
8 "homepage": "https://wpfriends.at/",
9 "repository": "git+https://github.com/akirk/friends.git",
10 "devDependencies": {
11 "@wordpress/scripts": "^15.0.0"
12 },
13 "scripts": {
14 "build": "wp-scripts build",
15 "format:js": "wp-scripts format-js",
16 "lint:js": "wp-scripts lint-js",
17 "packages-update": "wp-scripts packages-update",
18 "start": "wp-scripts start"
19 }
20 }
21