-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
36 lines (36 loc) · 1.22 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
{
"name": "restricted-site-access",
"version": "7.5.1",
"description": "Limit access to visitors who are logged in or allowed by IP addresses. Includes many options for handling blocked visitors.",
"homepage": "https://github.com/10up/restricted-site-access#readme",
"license": "GPL-2.0-or-later",
"author": {
"name": "10up",
"email": "[email protected]",
"url": "https://10up.com",
"role": "developer"
},
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.1.0",
"@wordpress/env": "^9.2.0",
"@wordpress/scripts": "^29.0.0",
"cypress": "^13.2.0",
"cypress-file-upload": "^5.0.8",
"mochawesome-json-to-md": "^0.7.2"
},
"scripts": {
"lint:js": "wp-scripts lint-js assets/js/src",
"cypress:open": "cypress open --config-file tests/cypress/config.js --e2e --browser chrome",
"cypress:run": "cypress run --config-file tests/cypress/config.js",
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"dependencies": {
"cypress-mochawesome-reporter": "^3.4.0"
}
}