Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.20.0 to 4.21.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.21.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "add-and-commit",
|
|
"version": "7.1.1",
|
|
"private": true,
|
|
"description": "Add & commit files from a path directly from GitHub Actions",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/main.ts --minify --out lib",
|
|
"watch": "ncc build src/main.ts --watch --out lib",
|
|
"lint": "eslint --ext .ts src",
|
|
"lint:fix": "eslint --ext .ts --fix src",
|
|
"changelog": "ts-node scripts/changelog.ts && npm i",
|
|
"prepare": "husky install",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EndBug/add-and-commit.git"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"action",
|
|
"version",
|
|
"npm",
|
|
"node"
|
|
],
|
|
"author": "Federico Grandi <fgrandi30@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/EndBug/add-and-commit/issues"
|
|
},
|
|
"homepage": "https://github.com/EndBug/add-and-commit#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"js-yaml": "^4.0.0",
|
|
"simple-git": "^2.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.0",
|
|
"@types/node": "^12.12.54",
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
"@typescript-eslint/parser": "^4.21.0",
|
|
"@vercel/ncc": "^0.28.2",
|
|
"all-contributors-cli": "^6.20.0",
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"husky": "^6.0.0",
|
|
"prettier": "^2.2.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4",
|
|
"yamljs": "^0.3.0"
|
|
}
|
|
}
|