| { |
| "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", |
| "eslint-plugin-prettier": "^5.0.1", |
| "scramjet": "^4.37.0" |
| }, |
| "devDependencies": { |
| "@octokit/webhooks-types": "^7.3.1", |
| "@types/jest": "^29.5.8", |
| "@types/node": "^20.9.0", |
| "@typescript-eslint/parser": "^6.10.0", |
| "@vercel/ncc": "^0.38.1", |
| "eslint": "^8.53.0", |
| "eslint-plugin-github": "^4.10.1", |
| "eslint-plugin-jest": "^27.6.0", |
| "extract-pr-titles": "^1.1.0", |
| "jest": "^29.7.0", |
| "js-yaml": "^4.1.0", |
| "prettier": "3.0.3", |
| "ts-jest": "^29.1.1", |
| "typescript": "^5.2.2" |
| } |
| } |