-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·30 lines (30 loc) · 981 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": "external-permalinks-redux",
"version": "0.1.0",
"description": "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.",
"main": "Gruntfile.js",
"author": "Erick Hitter",
"devDependencies": {
"@wordpress/icons": "^9.1.0",
"@wordpress/scripts": "^23.2.0",
"grunt": "^1.5.3",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"prettier": "npm:wp-prettier@^2.6.2"
},
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"grunt": "grunt",
"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"
}
}