-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "to-specials",
"version": "2.2.0",
"description": "Tour Operators add-on for LSX",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"build-pot": "wp i18n make-pot . languages/to-specials.pot --exclude=node_modules,vendor,build",
"build-mopo": "rm -R languages/to-specials-en_EN.mo && cp languages/to-specials.pot languages/to-specials-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/to-specials-en_EN.po languages/to-specials-en_US.po && cp languages/to-specials-en_EN.mo languages/to-specials-en_US.mo",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style",
"lint:php": "composer phpcs",
"lint:php:fix": "composer phpcbf",
"lint:php:report": "composer phpcs:report",
"lint:all": "npm run lint:php && npm run lint:js && npm run lint:css",
"format": "npm run lint:php:fix && wp-scripts format",
"test:e2e": "playwright test",
"test:unit": "wp-scripts test-unit-js",
"generate-readme": "node .github/scripts/update-readme.js",
"validate-collections": "node .github/scripts/validate-collections.js",
"create-collection": "node .github/scripts/create-collection.js create",
"list-collections": "node .github/scripts/create-collection.js list",
"validate": "node .github/scripts/validate-collections.js",
"lint:version": "node scripts/check-version-sync.mjs"
},
"repository": {
"type": "git",
"url": "git+https://www.lsdev.biz/product/tour-operator-special-offers/"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL2+",
"bugs": {
"url": "https://www.lsdev.biz/product/tour-operator-special-offers/issues"
},
"homepage": "https://www.lsdev.biz/product/tour-operator-special-offers/#readme",
"devDependencies": {
"@playwright/test": "^1.62.1",
"@wordpress/eslint-plugin": "^25.9.0",
"@wordpress/scripts": "^34.2.0",
"@wordpress/stylelint-config": "^24.3.0",
"webpack-remove-empty-scripts": "^1.1.1"
},
"engines": {
"node": ">=24.0.0",
"npm": ">=11.0.0"
},
"overrides": {
"linkify-it": "^5.0.2",
"fast-uri": "^3.1.6",
"serialize-javascript": "^7.0.5",
"markdownlint-cli": "^0.49.1",
"browserslist": "^4.28.7",
"@humanfs/node": "^0.16.8",
"postcss-selector-parser": "^6.1.3",
"sockjs": {
"uuid": "^11.1.1"
},
"stylelint": {
"postcss-selector-parser": "^7.1.3"
},
"stylelint-scss": {
"postcss-selector-parser": "^7.1.3"
},
"postcss-modules-local-by-default": {
"postcss-selector-parser": "^7.1.3"
},
"postcss-modules-scope": {
"postcss-selector-parser": "^7.1.3"
}
}
}