We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca33b4 commit f23eb6eCopy full SHA for f23eb6e
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "install-with-cpm",
3
"version": "1.6.0",
4
- "description": "GitHub action to install App::cpm",
+ "description": "Install Perl modules with App::cpm",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "lint": "eslint index.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "build": "ncc build index.js"
10
},
11
"repository": {
12
"type": "git",
@@ -24,5 +26,11 @@
24
26
"@actions/http-client": "^2.0.1",
25
27
"@actions/io": "^1.1.2",
28
"@actions/tool-cache": "^2.0.1"
29
+ },
30
+ "devDependencies": {
31
+ "@eslint/js": "^9.0.0",
32
+ "@vercel/ncc": "^0.34.0",
33
+ "eslint": "^9.0.0",
34
+ "globals": "^15.0.0"
35
}
36
0 commit comments