1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00
Files
labeler/package.json
Jonathan Clem ab3b5b5adc Initial commit
2019-03-29 15:21:48 -07:00

12 lines
203 B
JSON

{
"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"
}
}