{ "name": "dockerhub-description", "version": "5.0.0", "private": true, "description": "An action to update a Docker Hub repository description from README.md", "main": "lib/main.js", "engines": { "node": ">=24.4.0" }, "scripts": { "build": "tsc && ncc build", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "test": "jest" }, "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.11.1", "unicode-substring": "^0.1.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^16.18.126", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.4", "eslint": "^8.57.1", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^28.0.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.0.0", "jest-circus": "^29.0.0", "js-yaml": "^4.1.1", "prettier": "^3.8.1", "ts-jest": "^29.4.6", "typescript": "^4.9.5" } }