Skip to content

Commit 018b228

Browse files
committed
add some meta info to package.json
1 parent 201a704 commit 018b228

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
{
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",
223
"dependencies": {
324
"@actions/core": "^1.10.0",
425
"@actions/github": "^5.1.1",

0 commit comments

Comments
 (0)