-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.36 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.36 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
{
"name": "safe-redirect-manager",
"version": "2.2.2",
"description": "Safely manage your website's HTTP redirects.",
"homepage": "https://github.com/10up/safe-redirect-manager",
"bugs": {
"url": "https://github.com/10up/safe-redirect-manager/issues"
},
"license": "GPL-2.0-or-later",
"author": {
"name": "10up",
"email": "opensource@10up.com",
"url": "https://10up.com",
"role": "developer"
},
"repository": {
"type": "git",
"url": "https://github.com/10up/safe-redirect-manager"
},
"scripts": {
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"test:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/safe-redirect-manager vendor/bin/phpunit -c phpunit.xml.dist",
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh",
"build:docs": "rm -rf docs-built && jsdoc -c hookdoc-conf.json safe-redirect-manager.php inc"
},
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@wordpress/env": "^10.27.0",
"cypress": "^13.1.0",
"cypress-mochawesome-reporter": "^3.5.1",
"jsdoc": "^4.0.3",
"mochawesome-json-to-md": "^0.7.2",
"node-wp-i18n": "^1.2.7",
"wp-hookdoc": "^0.2.0",
"taffydb": "2.7.3"
}
}