-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.12 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.12 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
{
"name": "rather-simple-polylang-free-extras",
"author": "Oscar Ciutat",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/scripts": "^31.7.0",
"@wordpress/icons": "^12.0.0",
"dir-archiver": "^3.0.1"
},
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"make-pot": "wp i18n make-pot . languages/rather-simple-polylang-free-extras.pot",
"make-json": "wp i18n make-json languages --no-purge",
"bundle": "dir-archiver --includebasedir --src . --dest ../rather-simple-polylang-free-extras.zip --exclude .git .gitattributes .gitignore node_modules package-lock.json package.json webpack.config.js"
}
}