{ "name": "npm-audit-action", "version": "2.3.0", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", "pack": "ncc build", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run pack && npm test -- --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/oke-py/npm-audit-action" }, "keywords": [ "actions", "node", "security", "vulnerability" ], "author": "Naoki Oketani ", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.0.3", "@octokit/rest": "^18.12.0", "axios": "^0.27.2", "strip-ansi": "^6.0.1" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^16.11.43", "@typescript-eslint/parser": "^5.30.5", "@vercel/ncc": "^0.34.0", "eslint": "^8.19.0", "eslint-plugin-github": "^4.3.6", "eslint-plugin-jest": "^26.5.3", "graphql": "^16.5.0", "jest": "^27.2.5", "jest-circus": "^27.2.5", "js-yaml": "^4.0.0", "prettier": "^2.7.1", "ts-jest": "^27.0.6", "typescript": "^3.9.10" } }