{
  "name": "npm-audit-pipeline",
  "version": "0.6.1",
  "description": "Using npm audit in deployment pipelines",
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./src",
    "lint:fix": "eslint ./ --fix",
    "build": "tsc -p ./tsconfig.build.json",
    "tsc": "tsc",
    "format": "prettier --write ./**/*",
    "test": "jest",
    "package-audit": "npm-audit",
    "publish-package": "npm run build && npm publish"
  },
  "keywords": [
    "pipeline",
    "npm",
    "audit",
    "security",
    "package"
  ],
  "bin": {
    "npm-audit": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acac99/npm-audit-pipeline.git"
  },
  "author": "Andrew",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/acac99/npm-audit-pipeline/issues"
  },
  "homepage": "https://github.com/acac99/npm-audit-pipeline#readme",
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@typescript-eslint/eslint-plugin": "5.8.1",
    "@typescript-eslint/parser": "5.8.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "esbuild": "^0.14.9",
    "eslint": "^8.5.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.5",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "esbuild-register": "^3.3.1",
    "fp-ts": "^2.11.5",
    "io-ts": "^2.2.16",
    "retry-ts": "^0.1.3"
  }
}
