-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 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
{
"name": "githubauthvideo",
"version": "1.0.0",
"description": "Video that is behind github oauth prompt. Checks for sponsorship",
"author": "Justin Litten",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"wp:build": "wp-scripts build",
"player:build": "webpack --progress --config webpack.player.config.js",
"build": "npm-run-all wp:build player:build",
"start": "wp-scripts start",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^25.1.0",
"npm-run-all": "4.1.5"
},
"dependencies": {
"@wordpress/components": "^11.1.3",
"axios": "^0.21.0",
"js-cookie": "^2.2.1"
}
}