{ "name": "sticky-pull-request-comment", "version": "2.1.1", "private": true, "description": "Create comment on pull request, if exists update that comment.", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", "test": "jest", "build_test": "tsc && jest", "all": "yarn build && yarn format && yarn lint && yarn package && yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/actions/typescript-action.git" }, "keywords": [ "actions", "node", "setup" ], "author": "marocchino", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", "@octokit/graphql-schema": "^14.52.0" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.14.11", "@typescript-eslint/parser": "^7.17.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.56.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", "ts-jest": "^29.2.3", "typescript": "^5.5.3" } }