-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "sb-breadcrumbs-block",
"version": "0.6.1",
"description": "Display breadcrumb trail",
"author": "bobbingwide",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/bobbingwide/sb-breadcrumbs-block.git"
},
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"makepot": "wp i18n make-pot . languages/sb-breadcrumbs-block.pot --exclude=node_modules,vendor,src/*.js",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n sb-breadcrumbs-block"
},
"devDependencies": {
"@wordpress/scripts": "^26.18.0"
},
"dependencies": {
"@wordpress/server-side-render": "^4.24.0"
}
}