File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " perl-versions" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " List available Perl versions" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "lint" : " eslint index.js" ,
8
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
9
+ "build" : " ncc build index.js" ,
10
+ "pretty" : " js-beautify -r index.js"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/perl-actions/perl-versions.git"
15
+ },
16
+ "keywords" : [],
17
+ "author" : " " ,
18
+ "license" : " ISC" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/perl-actions/perl-versions/issues"
21
+ },
22
+ "homepage" : " https://github.com/perl-actions/perl-versions#readme" ,
2
23
"dependencies" : {
3
24
"@actions/core" : " ^1.10.0" ,
4
25
"@actions/github" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments