forked from rocklobster-in/bogo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.55 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.55 KB
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
31
32
{
"name": "bogo",
"version": "3.9.0",
"description": "A straight-forward multilingual plugin. No more double-digit custom DB tables or hidden HTML comments that could cause you headaches later on.",
"private": true,
"scripts": {
"build:all": "npm run build:admin && npm run build:panel && npm run build:switcher",
"start:admin": "wp-scripts start admin/includes/js/src/index.js --output-path=admin/includes/js",
"build:admin": "wp-scripts build admin/includes/js/src/index.js --output-path=admin/includes/js",
"start:panel": "wp-scripts start includes/block-editor/language-panel/src/index.js --output-path=includes/block-editor/language-panel",
"build:panel": "wp-scripts build includes/block-editor/language-panel/src/index.js --output-path=includes/block-editor/language-panel",
"start:switcher": "wp-scripts start includes/block-editor/language-switcher/src/index.js --output-path=includes/block-editor/language-switcher",
"build:switcher": "wp-scripts build includes/block-editor/language-switcher/src/index.js --output-path=includes/block-editor/language-switcher",
"packages-update": "wp-scripts packages-update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takayukister/bogo.git"
},
"author": "takayukister",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/takayukister/bogo/issues"
},
"homepage": "https://github.com/takayukister/bogo#readme",
"devDependencies": {
"@wordpress/scripts": "^30.24.0"
},
"dependencies": {
"@wordpress/icons": "^10.31.0"
}
}