-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
31 lines (31 loc) · 1.05 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
{
"name": "phpunit-pretty-result-printer",
"version": "0.32.0",
"description": "Extend the default PHPUnit Result Printer with a modern, pretty printer!",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"coverage-report": "open ./coverage/index.html",
"publish": "./tasks/publish.js",
"test": "vendor/bin/phpunit --colors=always --testsuite Unit",
"test:unit": "vendor/bin/phpunit --colors=always --testsuite=Unit",
"test:feature": "vendor/bin/phpunit --colors=always --testsuite=Feature"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeerickson/phpunit-pretty-result-printer.git"
},
"keywords": [],
"author": "Mike Erickson <[email protected]> (https://github.com/mikeerickson)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer/issues"
},
"homepage": "https://github.com/mikeerickson/phpunit-pretty-result-printer#readme",
"devDependencies": {
"@codedungeon/messenger": "0.7.0",
"prettier": "2.1.2"
}
}