-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 2.82 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "storegrowth-sales-booster",
"version": "1.28.13",
"type": "module",
"description": "=== StoreGrowth - Sales Booster === Contributors: Dokan Inc. Tags: booster, sales booster, for woocommerce, fly cart, sales notification, upsell, order bump, cross sell, stock countdown, Quick View Requires at least: 5.4 Tested up to: 6.2.2 Stable tag: 1.0.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"start": "lerna run start",
"build": "lerna run build",
"archiver": "node archiver.js",
"release": "npm run build && npm run archiver",
"watch:sales-booster": "lerna run start --scope='sales-booster'",
"watch:sales-countdown": "lerna run start --scope='sales-booster-sales-countdown'",
"watch:direct-checkout": "lerna run start --scope='sales-booster-direct-checkout'",
"watch:quick-cart": "lerna run start --scope='sales-booster-quick-cart'",
"watch:free-shipping-bar": "lerna run start --scope='sales-booster-free-shipping-bar'",
"watch:floating-notification-bar": "lerna run start --scope='sales-booster-floating-notification-bar'",
"watch:sales-notification": "lerna run start --scope='sales-booster-sales-notification'",
"watch:stock-bar": "lerna run start --scope='sales-booster-stock-bar'",
"watch:upsell-order-bump": "lerna run start --scope='sales-booster-upsell-order-bump'",
"watch:bogo": "lerna run start --scope='sales-booster-bogo'",
"watch:quick-view": "lerna run start --scope='sales-booster-quick-view'",
"build:sales-booster": "lerna run build --scope='sales-booster'",
"build:sales-countdown": "lerna run build --scope='sales-booster-sales-countdown'",
"build:direct-checkout": "lerna run build --scope='sales-booster-direct-checkout'",
"build:quick-cart": "lerna run build --scope='sales-booster-quick-cart'",
"build:free-shipping-bar": "lerna run build --scope='sales-booster-free-shipping-bar'",
"build:floating-notification-bar": "lerna run build --scope='sales-booster-floating-notification-bar'",
"build:sales-pop": "lerna run build --scope='sales-booster-sales-pop'",
"build:stock-bar": "lerna run build --scope='sales-booster-stock-bar'",
"build:upsell-order-bump": "lerna run build --scope='sales-booster-upsell-order-bump'",
"build:bogo": "lerna run build --scope='sales-booster-bogo'",
"build:quick-view": "lerna run build --scope='sales-booster-quick-view'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"private": true,
"workspaces": {
"packages": [
"assets",
"Includes/Modules/*/assets"
]
},
"devDependencies": {
"archiver": "^6.0.1",
"fs": "^0.0.1-security",
"jszip": "^3.10.1",
"lerna": "^7.2.0"
},
"dependencies": {
"colorette": "^2.0.20"
}
}