marocchino-sticky-pull-requ.../package.json
marocchino a2af2cc244
Merge pull request #883 from marocchino/dependabot/npm_and_yarn/octokit/graphql-schema-13.1.0
build(deps): Bump @octokit/graphql-schema from 12.41.1 to 13.1.0
2023-01-31 05:09:20 +09:00

49 lines
1.3 KiB
JSON

{
"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.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0",
"@octokit/graphql-schema": "^13.1.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^27.5.1",
"jest-circus": "^29.4.1",
"js-yaml": "^4.1.0",
"prettier": "2.8.3",
"ts-jest": "^27.1.4",
"typescript": "^4.9.4"
}
}