{ "name": "npm-audit-action", "version": "1.5.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.2.4", "@actions/github": "^2.2.0", "@octokit/rest": "^17.9.2", "axios": "^0.19.2", "strip-ansi": "^6.0.0" }, "devDependencies": { "@types/jest": "^25.2.3", "@types/node": "^14.0.5", "@typescript-eslint/parser": "^3.0.0", "@zeit/ncc": "^0.22.3", "eslint": "^7.1.0", "eslint-plugin-github": "^3.4.1", "eslint-plugin-jest": "^23.13.1", "graphql": "^15.0.0", "jest": "^26.0.1", "jest-circus": "^26.0.1", "js-yaml": "^3.14.0", "prettier": "^2.0.5", "ts-jest": "^26.0.0", "typescript": "^3.9.3" } }