mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 03:59:34 +01:00
eef18f85b1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "dockerhub-description",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "An action to update a Docker Hub repository description from README.md",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc && ncc build",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/peter-evans/dockerhub-description.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"dockerhub",
|
|
"description"
|
|
],
|
|
"author": "Peter Evans",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/peter-evans/dockerhub-description/issues"
|
|
},
|
|
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.3",
|
|
"@types/node": "^16.11.11",
|
|
"@typescript-eslint/parser": "^5.5.0",
|
|
"@vercel/ncc": "^0.32.0",
|
|
"eslint": "^8.3.0",
|
|
"eslint-plugin-github": "^4.3.5",
|
|
"eslint-plugin-jest": "^25.3.0",
|
|
"jest": "^27.4.3",
|
|
"jest-circus": "^27.4.2",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^2.5.0",
|
|
"ts-jest": "^27.0.7",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|