Files
labeler/package.json
T

12 lines
203 B
JSON
Raw Normal View History

2019-03-29 15:21:48 -07:00
{
"name": "action-labeller",
"private": true,
"license": "MIT",
"main": "index.js",
"dependencies": {
"actions-toolkit": "^1.6.0",
"js-yaml": "^3.13.0",
"minimatch": "^3.0.4"
}
}