blob: 64344816f91d923e72cde0b493227d8fac807f28 [file] [log] [blame]
{
"name": "no-response",
"version": "0.0.0",
"private": true,
"description": "A GitHub Action that closes Issues where the author hasn't responded to a request for more information",
"main": "dist/index.js",
"scripts": {
"build": "npx ncc build ./src/main.ts",
"ci": "npm run format-check && npm run lint && npm test",
"format": "prettier --write **/*.ts **/*.md **/*.yml",
"format-check": "prettier --check **/*.ts **/*.md **/*.yml",
"lint": "npx eslint src/**/*.ts",
"start": "npx ncc run ./src/main.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flutter/cocoon/tree/main/gh_actions/third_party/no-response"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "lee-dohm",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"eslint-plugin-prettier": "^5.1.3",
"scramjet": "^4.37.0"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@typescript-eslint/parser": "^7.7.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"extract-pr-titles": "^1.1.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}