-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.6 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
52
53
{
"name": "@globeandmail/sophi-debug-bar",
"version": "0.3.0",
"description": "Extends the Debug Bar plugin for the Sophi.io Site Automation service.",
"homepage": "https://github.com/globeandmail/sophi-debug-bar",
"bugs": {
"url": "https://github.com/globeandmail/sophi-debug-bar/issues"
},
"license": "GPL-2.0-or-later",
"author": {
"name": "10up",
"email": "opensource@10up.com",
"url": "https://10up.com"
},
"contributors": [
{
"name": "The Globe and Mail",
"email": "info@sophi.io",
"url": "https://www.sophi.io"
}
],
"repository": {
"type": "git",
"url": "https://github.com/globeandmail/sophi-debug-bar"
},
"scripts": {
"archive": "composer install --no-dev && npm run build && composer archive --file=sophi-debug-bar -f zip",
"clean-dist": "rm -rf ./dist",
"build": "10up-toolkit build && npm run makepot",
"format-js": "10up-toolkit format-js",
"lint-js": "10up-toolkit lint-js",
"lint-php": "./vendor/bin/phpcs",
"lint-style": "10up-toolkit lint-style",
"makepot": "wpi18n makepot --domain-path languages --pot-file debug-bar-for-sophi.pot --type plugin --main-file sophi-debug-bar.php --exclude bin,dist,node_modules,vendor",
"prepare": "husky install",
"start": "npm run watch",
"watch": "10up-toolkit watch --port=5010 --hot"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"10up-toolkit": "4.2.2",
"husky": "8.0.1",
"node-wp-i18n": "1.2.6",
"react-json-view": "1.21.3"
},
"10up-toolkit": {
"entry": {
"shared": "./assets/js/shared/shared.js"
}
}
}