Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.24.0 to 6.25.0. - [Release notes](https://github.com/all-contributors/all-contributors-cli/releases) - [Commits](https://github.com/all-contributors/all-contributors-cli/compare/v6.24.0...v6.25.0) --- updated-dependencies: - dependency-name: all-contributors-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "add-and-commit",
|
|
"version": "9.1.2",
|
|
"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",
|
|
"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.10.0",
|
|
"actions-toolkit": "github:EndBug/actions-toolkit#core-actions",
|
|
"js-yaml": "^4.1.0",
|
|
"simple-git": "^3.7.1",
|
|
"string-argv": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/node": "^12.12.54",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"all-contributors-cli": "^6.25.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.3",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|