-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 1.31 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
35
{
"name": "@nextgenthemes/advanced-responsive-video-embedder",
"description": "Advanced Responsive Video Embedder WordPress Plugin",
"private": true,
"scripts": {
"build": "composer run build",
"start": "npm run start:arve & npm run start:common",
"start:arve": "wp-scripts start src/main src/block src/admin src/shortcode-ui",
"build:arve": "wp-scripts build src/main src/block src/admin src/shortcode-ui",
"start:common": "wp-scripts start --experimental-modules --source-path=vendor/nextgenthemes/wp-settings/src --output-path=vendor/nextgenthemes/wp-settings/build",
"build:common": "wp-scripts build --experimental-modules --source-path=vendor/nextgenthemes/wp-settings/src --output-path=vendor/nextgenthemes/wp-settings/build",
"test": "phpunit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextgenthemes/advanced-responsive-video-embedder.git"
},
"keywords": [
"WordPress",
"video",
"embeds",
"iframe",
"responsive"
],
"author": "Nicolas Jonas",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nextgenthemes/advanced-responsive-video-embedder/issues"
},
"homepage": "https://nextgenthemes.com/plugins/arve-pro",
"dependencies": {
"@wordpress/interactivity": "^6.14.0",
"webpack-notifier": "^1.15.0"
}
}