mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "dependabot-pull-request-action",
|
|
"version": "1.1.1",
|
|
"description": "Parse Dependabot commit metadata to automate PR handling",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/main.ts",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest",
|
|
"dry-run": "ts-node src/dry-run.ts"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"dependabot",
|
|
"merge",
|
|
"approve"
|
|
],
|
|
"author": "dependabot",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.4.0",
|
|
"@actions/github": "^5.0.0",
|
|
"pluralize": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^16.4.10",
|
|
"@types/yargs": "^17.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
"@typescript-eslint/parser": "^4.29.0",
|
|
"@vercel/ncc": "^0.28.5",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"jest": "^26.6.3",
|
|
"nock": "^13.1.1",
|
|
"ts-jest": "^26.5.6",
|
|
"ts-node": "^10.1.0",
|
|
"typescript": "^4.3.5",
|
|
"yaml": "^1.10.2",
|
|
"yargs": "^17.0.1"
|
|
}
|
|
}
|