PluginProbe
Plugin Check (PCP) / 0.2.0
Plugin Check (PCP) v0.2.0
2.1.0 trunk 0.1 0.2.0 0.2.1 0.2.2 0.2.3 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.3.0 1.3.1 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0 2.0.0 ci-artifacts
plugin-check / package.json

package.json in Plugin Check (PCP) 0.2.0, at package.json

29 lines 922 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "plugin-check",
3 "version": "0.2.0",
4 "description": "WordPress.org Plugin Check",
5 "directories": {
6 "test": "tests"
7 },
8 "private": true,
9 "scripts": {
10 "wp-env": "wp-env",
11 "setup:tools": "npm run wp-env run composer install",
12 "setup:readme-parser": "curl -so readme-parser.php https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php",
13 "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/plugin-check/phpunit.xml.dist'"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/WordPress/plugin-check.git"
18 },
19 "author": "",
20 "license": "GPL-2.0-or-later",
21 "bugs": {
22 "url": "https://github.com/WordPress/plugin-check/issues"
23 },
24 "homepage": "https://github.com/WordPress/plugin-check#readme",
25 "dependencies": {
26 "@wordpress/env": "^5.13.0"
27 }
28 }
29