-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 1011 Bytes
/
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
{
"name": "wporg-two-factor",
"version": "1.0.0",
"description": "WordPress.org Two Factor",
"directories": {
"test": "tests"
},
"private": true,
"scripts": {
"wp-env": "wp-env",
"setup:tools": "yarn wp-env run cli --env-cwd=wp-content/plugins/wporg-two-factor composer install",
"test": "yarn wp-env run cli --env-cwd=wp-content/plugins/wporg-two-factor vendor/bin/phpunit",
"test:js": "yarn workspace wporg-two-factor-settings test:unit",
"lint:js": "yarn workspace wporg-two-factor-settings lint:js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WordPress/wporg-two-factor.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/WordPress/wporg-two-factor/issues"
},
"homepage": "https://github.com/WordPress/wporg-two-factor#readme",
"dependencies": {
"@wordpress/base-styles": "^4.17.0",
"@wordpress/env": "^10.1.0"
},
"workspaces": {
"packages": [
"settings"
]
}
}