{ "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.4.0", "node-fetch": "2.6.1" }, "devDependencies": { "@types/jest": "26.0.24", "@types/node": "16.4.0", "@typescript-eslint/parser": "4.28.4", "@vercel/ncc": "0.29.0", "eslint": "7.31.0", "eslint-plugin-github": "4.1.5", "eslint-plugin-jest": "24.4.0", "jest": "27.0.6", "jest-circus": "27.0.6", "js-yaml": "4.1.0", "prettier": "2.3.2", "ts-jest": "27.0.4", "typescript": "4.3.5" } }