mirror of
https://github.com/elisspace/exercise-use-gitignore.git
synced 2026-08-29 15:43:59 +00:00
16 lines
320 B
JSON
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"
|
|
}
|
|
}
|