-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathpackage.json
40 lines (40 loc) · 1.23 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
{
"name": "safe-redirect-manager",
"version": "2.2.1",
"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",
"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": "^9.2.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"
}
}