-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
executable file
·55 lines (55 loc) · 1.92 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
{
"name": "visualizer",
"version": "3.11.8",
"description": "Visualizer Lite",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/visualizer.git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "visualizer",
"category": "plugins",
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/visualizer/issues"
},
"scripts": {
"dist": "bash bin/dist.sh",
"release": "semantic-release --debug",
"env:up": "export DOCKER_FILE=docker-compose.ci.yml && bash bin/wp-init.sh",
"env:down": "export DOCKER_FILE=docker-compose.ci.yml && bash bin/wp-down.sh",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser=chrome",
"wp-env": "wp-env",
"test:env:start": "wp-env start",
"test:env:stop": "wp-env stop",
"test:env:clean": "wp-env clean",
"test:e2e:playwright": "wp-scripts test-playwright --config tests/e2e/playwright.config.js",
"test:e2e:playwright:debug": "wp-scripts test-playwright --config tests/e2e/playwright.config.js --ui"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/visualizer/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@wordpress/e2e-test-utils-playwright": "^0.21.0",
"@wordpress/scripts": "^27.4.0",
"conventional-changelog-simple-preset": "^1.0.15",
"cypress": "^7.2.0",
"cypress-file-upload": "^5.0.6",
"grunt-version": "^2.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"load-project-config": "~0.2.1",
"playwright": "^1.42.1",
"replace-in-file": "^6.2.0",
"semantic-release": "^17.1.1",
"semantic-release-slack-bot": "^2.1.0"
}
}