PluginProbe
CodePen Embed Block / trunk
CodePen Embed Block vtrunk
codepen-embed-block / package.json

package.json in CodePen Embed Block trunk, at package.json

21 lines 537 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "codepen-embed-block",
3 "version": "1.2.1",
4 "description": "Embeds Pens",
5 "author": "Chris Coyier",
6 "license": "GPL-2.0-or-later",
7 "main": "build/index.js",
8 "scripts": {
9 "build": "wp-scripts build",
10 "format": "wp-scripts format",
11 "lint:css": "wp-scripts lint-style",
12 "lint:js": "wp-scripts lint-js",
13 "packages-update": "wp-scripts packages-update",
14 "plugin-zip": "wp-scripts plugin-zip",
15 "start": "wp-scripts start"
16 },
17 "devDependencies": {
18 "@wordpress/scripts": "^27.0.0"
19 }
20 }
21