-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.07 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
{
"name": "super-admin-all-sites-menu",
"version": "1.6.9",
"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": "^30.6.0",
"terser-webpack-plugin": "^5.3.10"
},
"dependencies": {
"@soderlind/wp-project-version-sync": "^2.0.2",
"@wordpress/api-fetch": "^7.13.0",
"@wordpress/i18n": "^5.13.0",
"cross-spawn": "^7.0.6",
"dexie": "^4.0.10"
}
}