forked from WordPress/phpdoc-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.26 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
{
"name": "phpdoc-parser",
"version": "1.0.0",
"description": "WP-Parser is the parser for creating the new code reference at [developer.wordpress.org](https://developer.wordpress.org/reference). It parses the inline documentation and produces custom post type entries in WordPress.",
"scripts": {
"wp-env": "wp-env",
"test": "npm-run-all test:phpunit",
"setup": "npm-run-all start composer:setup",
"start": "wp-env start",
"composer": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress composer",
"composer:setup": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress composer install",
"test:phpunit:setup": "npm-run-all start composer:setup",
"test:phpunit": "wp-env run --env-cwd='wp-content/plugins/phpdoc-parser' tests-wordpress vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wordpress/phpdoc-parser.git"
},
"author": "phpdoc-parser Contributors",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/wordpress/phpdoc-parser/issues"
},
"homepage": "https://github.com/wordpress/phpdoc-parser#readme",
"dependencies": {
"@wordpress/env": "^9.0.0",
"npm-run-all": "^4.1.5"
}
}