-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1.04 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
{
"name": "super-admin-all-sites-menu",
"version": "1.6.7",
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run format -- && wp-scripts build",
"bump": "wp-update-project-version -s package.json -p readme.txt composer.json super-admin-all-sites-menu.php",
"format": "wp-scripts format ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soderlind/super-admin-all-sites-menu.git"
},
"keywords": [],
"author": "Per Søderlind",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/soderlind/super-admin-all-sites-menu/issues"
},
"homepage": "https://github.com/soderlind/super-admin-all-sites-menu#readme",
"devDependencies": {
"@wordpress/scripts": "^27.2.0",
"terser-webpack-plugin": "^5.3.10"
},
"dependencies": {
"@soderlind/wp-project-version-sync": "^2.0.2",
"@wordpress/api-fetch": "^6.48.0",
"@wordpress/i18n": "^4.51.0",
"dexie": "^3.2.5"
}
}