Files
2023-06-14 06:27:29 +07:00

16 lines
320 B
JSON

{
"name": "gitignore-parser-action",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build main.js"
},
"author": "mattdavis0351",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.4.0"
}
}