-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@washingtonstateuniversity/hrswp-employee-recognition",
"version": "1.0.0-alpha.2",
"private": true,
"description": "A WSU HRS WordPress plugin that helps to manage the employee recognition progmam.",
"author": "Adam Turner",
"license": "GPL-3.0-or-later",
"keywords": [
"wordpress",
"plugin"
],
"homepage": "https://github.com/washingtonstateuniversity/hrswp-employee-recognition/blob/stable/README.md",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/hrswp-employee-recognition"
},
"bugs": {
"url": "https://github.com/washingtonstateuniversity/hrswp-employee-recognition/issues"
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/icons": "^9.5.0",
"@wordpress/scripts": "^23.6.0",
"classnames": "^2.3.1",
"cssnano": "^5.1.7",
"npm-run-all": "^4.1.5",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.4.3",
"prettier": "npm:wp-prettier@^2.6.2"
},
"scripts": {
"build": "wp-scripts build",
"format": "run-p 'format:*'",
"format:wp": "wp-scripts format",
"format:php": "composer format",
"lint": "run-p 'lint:*'",
"lint:script": "wp-scripts lint-js",
"lint:style": "wp-scripts lint-style",
"lint:php": "composer lint",
"lint:pkg": "wp-scripts lint-pkg-json",
"lint:docs": "wp-scripts lint-md-docs",
"export": "wp-scripts plugin-zip",
"start": "wp-scripts start"
}
}