This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
66 lines (66 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "woocommerce-local-pickup-time",
"version": "1.4.2",
"description": "Add an an option to WooCommerce checkout pages for Local Pickup that allows the user to choose a pickup time.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/WC-Local-Pickup/woocommerce-local-pickup-time"
},
"keywords": [
"wordpress",
"woocommerce"
],
"author": "Tim Nolte",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/WC-Local-Pickup/woocommerce-local-pickup-time/issues"
},
"homepage": "https://github.com/WC-Local-Pickup/woocommerce-local-pickup-time#readme",
"dependencies": {
"dev-require": "^0.1.0"
},
"engines": {
"node": ">=14.0.0 <18",
"npm": ">=6.0.0 <9"
},
"devDependencies": {
"@floatwork/grunt-po2mo": "^0.4.1",
"@ndigitals/grunt-checkrepo": "^0.2.5",
"@wordpress/scripts": "^26.19.0",
"check-node-version": "^4.2.1",
"grunt": "~1.5.3",
"grunt-checkbranch": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-gitinfo": "^0.1.9",
"grunt-shell": "^4.0.0",
"grunt-version": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"load-grunt-tasks": "^3.5.2",
"puppeteer": "^1.20.0",
"typescript": "^3.9.10"
},
"resolutions": {
"getobject": "^1.0.0",
"shelljs": "^0.8.5"
},
"scripts": {
"preinstall": "npx force-resolutions --yes",
"setup:wc-data": "npm run wp -- \"import wp-content/plugins/woocommerce/sample-data/sample_products.xml --authors=create\"",
"build": "npm run grunt build",
"build:i18n": "npm run grunt i18n",
"release": "npm run grunt release",
"version": "npm run grunt version",
"version:bump": "npm version --no-git-tag-version",
"grunt": "node_modules/.bin/grunt",
"check:engines": "wp-scripts check-engines",
"check:licenses": "wp-scripts check-licenses",
"check:i18n": "npm run grunt checktextdomain",
"composer": "docker-compose run composer",
"test": "npm run grunt test"
}
}