-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 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
{
"name": "@webberzone/webberzone-link-warnings",
"version": "1.3.0",
"description": "Enhances accessibility by warning users when links open in new windows or navigate to external sites.",
"author": "WebberZone",
"license": "GPL-2.0-or-later",
"main": "index.js",
"scripts": {
"build:assets": "node build-assets.js",
"check-engines": "wp-scripts check-engines",
"packages-update": "wp-scripts packages-update",
"zip": "wp-scripts plugin-zip"
},
"files": [
"includes",
"languages",
"README.md",
"webberzone-link-warnings.php",
"index.php",
"uninstall.php",
"changelog.txt",
"readme.txt",
"wpml-config.xml"
],
"devDependencies": {
"@wordpress/prettier-config": "^4.43.0",
"@wordpress/scripts": "^31.8.0",
"clean-css-cli": "^5.6.3",
"rtlcss": "^4.3.0",
"terser": "^5.46.1"
}
}