-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "cloudflare-stream",
"version": "1.1.2",
"description": "A fork from the official Cloudflare Stream plugin 1.0.5 for WordPress.",
"author": "B-Interactive",
"license": "GPL-2.0-or-later",
"keywords": [
"cloudflare",
"stream",
"wordpress"
],
"homepage": "https://github.com/B-Interactive/cloudflare-stream-wordpress/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/B-Interactive/cloudflare-stream-wordpress.git"
},
"bugs": {
"url": "https://github.com/B-Interactive/cloudflare-stream-wordpress/issues"
},
"files": [
"dist",
"src",
"LICENSE",
"cloudflare-stream.php"
],
"main": "webpack.config.js",
"dependencies": {
"@wordpress/scripts": "^31.6.0",
"tus-js-client": "^4.3.1"
},
"scripts": {
"build": "wp-scripts build",
"build:dev": "wp-scripts build --env dev",
"lint:css": "wp-scripts lint-style 'src/**/*.css'",
"lint:css-fix": "wp-scripts lint-style 'src/**/*.css' --fix",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"zip": "wp-scripts plugin-zip --no-root-folder",
"package": "wp-scripts build && wp-scripts plugin-zip --no-root-folder"
}
}