-
Notifications
You must be signed in to change notification settings - Fork 1
/
box.json
37 lines (37 loc) · 1.24 KB
/
box.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
37
{
"name":"CommandBox cbPlaywright",
"version":"1.1.3",
"location":"forgeboxStorage",
"author":"Eric Peterson",
"homepage":"https://github.com/commandbox-modules/commandbox-cbplaywright",
"documentation":"https://github.com/commandbox-modules/commandbox-cbplaywright",
"repository":{
"type":"git",
"URL":"https://github.com/commandbox-modules/commandbox-cbplaywright"
},
"bugs":"https://github.com/commandbox-modules/commandbox-cbplaywright/issues",
"slug":"commandbox-cbplaywright",
"shortDescription":"Support and commands for cbPlaywright",
"instructions":"https://github.com/commandbox-modules/commandbox-cbplaywright",
"type":"commandbox-modules",
"keywords":[
"commandbox",
"playwright",
"cbplaywright",
"testing"
],
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && git push --tags",
"format":"cfformat run commands/**/*.cfc,models/**/*.cfc,ModuleConfig.cfc --overwrite"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/commandbox-modules/commandbox-cbplaywright/blob/master/LICENSE"
}
],
"dependencies":{},
"installPaths":{}
}