Skip to content

Commit a0b4e02

Browse files
ci: add package.json
1 parent df465cd commit a0b4e02

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "regex-action",
3+
"version": "1.0.0",
4+
"description": "A GitHub action that applies a regular expression to an input and outputs the groups.",
5+
"homepage": "https://github.com/jg-wright/regex-action#readme",
6+
"bugs": {
7+
"url": "https://github.com/jg-wright/regex-action/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jg-wright/regex-action.git"
12+
},
13+
"license": "ISC",
14+
"author": "",
15+
"type": "commonjs",
16+
"main": "index.js",
17+
"scripts": {
18+
"test": "echo \"Error: no test specified\" && exit 1"
19+
}
20+
}

0 commit comments

Comments
 (0)