{ "name": "npm-audit-action", "version": "1.7.1", "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.6", "@actions/github": "^4.0.0", "@octokit/rest": "^18.0.12", "axios": "^0.21.1", "strip-ansi": "^6.0.0" }, "devDependencies": { "@types/jest": "^26.0.19", "@types/node": "^14.14.20", "@typescript-eslint/parser": "^4.12.0", "@zeit/ncc": "^0.22.3", "eslint": "^7.17.0", "eslint-plugin-github": "^4.1.1", "eslint-plugin-jest": "^24.1.3", "graphql": "^15.4.0", "jest": "^26.6.3", "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^3.9.7" } }