-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1008 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1008 Bytes
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
{
"name": "ucsc-events-functionality",
"version": "1.2.2",
"description": "Additional functionality for the events calendar.",
"author": "UC Santa Cruz Communications",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"start": "wp-scripts start --webpack-copy-php",
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/scripts": "^30.15.0"
},
"files": [
"build",
"lib",
"ucsc-events-functionality.php",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"standard-version": {
"bumpFiles": [
{
"filename": "package-lock.json",
"type": "json"
},
{
"filename": "package.json",
"type": "json"
},
{
"filename": "ucsc-events-functionality.php",
"updater": "wp-plugin-version-updater.js"
}
]
}
}