{ "name": "npm-audit-action", "version": "1.8.2", "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.6.0", "@actions/github": "^5.0.0", "@octokit/rest": "^18.12.0", "axios": "^0.23.0", "strip-ansi": "^6.0.1" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^14.17.27", "@typescript-eslint/parser": "^4.31.2", "@vercel/ncc": "^0.31.1", "eslint": "^7.32.0", "eslint-plugin-github": "^4.3.2", "eslint-plugin-jest": "^25.2.1", "graphql": "^15.6.1", "jest": "^27.2.5", "jest-circus": "^27.2.5", "js-yaml": "^4.0.0", "prettier": "^2.4.1", "ts-jest": "^27.0.6", "typescript": "^3.9.10" } }