{ "name": "npm-audit-action", "version": "1.1.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.3", "@actions/github": "^2.1.1", "@octokit/rest": "^16.43.1", "axios": "^0.19.2", "strip-ansi": "^6.0.0" }, "devDependencies": { "@types/jest": "^25.1.4", "@types/node": "^13.9.1", "@typescript-eslint/parser": "^2.23.0", "@zeit/ncc": "^0.21.1", "eslint": "^6.8.0", "eslint-plugin-github": "^3.4.1", "eslint-plugin-jest": "^23.8.2", "graphql": "^14.6.0", "jest": "^25.1.0", "jest-circus": "^25.1.0", "js-yaml": "^3.13.1", "prettier": "^1.19.1", "ts-jest": "^25.2.1", "typescript": "^3.8.3" } }