-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "courier-notices",
"version": "1.9.17",
"description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.",
"author": "Linchpin <sayhi@linchpin.com>",
"license": "GPL-2.0-or-later",
"scripts": {
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"env": "wp-env",
"format-js": "wp-scripts format",
"lint-js": "wp-scripts lint-js",
"tsc": "tsc",
"format-php": "composer format",
"phpstan": "composer phpstan",
"lint-php": "composer lint:all",
"prepare": "husky"
},
"dependencies": {
"@wordpress/url": "^4.41.0",
"what-input": "5.2.12"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@wordpress/prettier-config": "^4.28.0",
"@wordpress/scripts": "^30.21.0",
"husky": "^9.0.11",
"lint-staged": "^16.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/linchpin/courier-notices.git"
},
"bugs": {
"url": "https://github.com/linchpin/courier-notices/issues",
"email": "sayhi@linchpin.com"
},
"engines": {
"node": ">=20.19.4"
},
"browserslist": [
"defaults"
],
"private": true
}