{
  "name": "@snyk/protect",
  "version": "1.1092.0",
  "description": "Snyk protect library and utility",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "help",
    "dist",
    "bin",
    "SECURITY.md",
    "LICENSE",
    "README.md"
  ],
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "bin": {
    "snyk-protect": "bin/snyk-protect"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "tsc",
    "test": "npm run test:unit && npm run test:acceptance",
    "test:unit": "jest \"/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
    "test:acceptance": "jest \"/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
    "test:smoke": "jest \"/test/acceptance/((.+)/)*[^/]+\\.smoke\\.spec\\.ts\"",
    "format": "prettier --write '{src,test,scripts}/**/*.{js,ts}'"
  },
  "keywords": [
    "security",
    "vulnerabilities",
    "advisories",
    "audit",
    "snyk",
    "scan",
    "docker",
    "container",
    "scanning"
  ],
  "author": "snyk.io",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "cross-spawn": "^6.0.5",
    "fs-extra": "^9.1.0"
  }
}
