-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 2 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
{
"name": "to-specials",
"version": "2.1.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"
},
"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.58.2",
"@wordpress/eslint-plugin": "^24.3.0",
"@wordpress/scripts": "^31.6.0",
"@wordpress/stylelint-config": "^23.33.0",
"webpack-remove-empty-scripts": "^1.1.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}