2019-03-29 15:21:48 -07:00
|
|
|
{
|
2019-08-08 13:07:40 -04:00
|
|
|
"name": "labeler",
|
2021-06-21 11:56:12 -04:00
|
|
|
"version": "3.0.2",
|
2019-08-08 13:07:40 -04:00
|
|
|
"description": "Labels pull requests by files altered",
|
2020-05-12 14:26:07 -04:00
|
|
|
"main": "lib/main.js",
|
2019-08-08 13:07:40 -04:00
|
|
|
"scripts": {
|
2020-05-12 16:00:28 -04:00
|
|
|
"build": "tsc && ncc build lib/main.js",
|
2021-06-04 15:55:26 -04:00
|
|
|
"format": "prettier --write \"**/*.ts\"",
|
|
|
|
|
"format-check": "prettier --check \"**/*.ts\"",
|
2019-08-08 13:07:40 -04:00
|
|
|
"test": "jest"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/actions/labeler.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
2020-03-05 12:57:26 -05:00
|
|
|
"github",
|
2019-08-08 13:07:40 -04:00
|
|
|
"actions",
|
2020-03-05 12:57:26 -05:00
|
|
|
"label",
|
|
|
|
|
"labeler"
|
2019-08-08 13:07:40 -04:00
|
|
|
],
|
|
|
|
|
"author": "GitHub",
|
2019-03-29 15:21:48 -07:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2021-09-29 15:01:03 +00:00
|
|
|
"@actions/core": "^1.6.0",
|
2021-06-21 11:39:52 -04:00
|
|
|
"@actions/github": "^5.0.0",
|
2021-06-04 23:30:19 -04:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-06-04 23:24:39 -04:00
|
|
|
"minimatch": "^3.0.4"
|
2019-08-08 13:07:40 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-09-22 11:01:38 -04:00
|
|
|
"@types/jest": "^27.0.2",
|
2021-10-14 15:00:59 +00:00
|
|
|
"@types/node": "^16.10.9",
|
2021-07-12 14:23:06 -04:00
|
|
|
"@types/minimatch": "^3.0.5",
|
2021-08-23 17:43:02 -04:00
|
|
|
"@types/js-yaml": "^4.0.3",
|
2021-09-15 10:26:23 -04:00
|
|
|
"@vercel/ncc": "^0.31.1",
|
2021-10-08 15:01:33 +00:00
|
|
|
"jest": "^27.2.5",
|
2021-09-22 11:00:59 -04:00
|
|
|
"prettier": "^2.4.1",
|
2021-08-18 14:06:25 -04:00
|
|
|
"ts-jest": "^27.0.5",
|
2021-10-13 15:01:23 +00:00
|
|
|
"typescript": "^4.4.4"
|
2019-03-29 15:21:48 -07:00
|
|
|
}
|
|
|
|
|
}
|