-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.02 KB
/
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
31
32
{
"name": "lsx-sharing",
"version": "2.0.1",
"description": "Sharing plugin for LSX Theme.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeedwp/lsx-sharing.git"
},
"keywords": [
"lsx",
"social",
"sharing"
],
"author": "LightSpeed",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightspeedwp/lsx-sharing/issues"
},
"homepage": "https://github.com/lightspeedwp/lsx-sharing#readme",
"scripts": {
"build-blocks": "wp-scripts build src/blocks.js --output-path=build",
"build-pot": "wp i18n make-pot . languages/lsx-sharing.pot",
"build-mopo": "rm -R languages/lsx-sharing-en_EN.mo && cp languages/lsx-sharing.pot languages/lsx-sharing-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/lsx-sharing-en_EN.po languages/lsx-sharing-en_US.po && cp languages/lsx-sharing-en_EN.mo languages/lsx-sharing-en_US.mo"
},
"devDependencies": {
"@wordpress/block-library": "^9.1.0",
"@wordpress/icons": "^10.0.0",
"@wordpress/scripts": "^30.0.2"
}
}