{
  "name": "snyk-config",
  "description": "Config setup for snyk shared across projects",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepare": "npm run build",
    "lint": "eslint 'lib/**/*.?s'",
    "test": "node test/*.test.js --afoo --azoo='true' | tap-spec",
    "format": "prettier --write '{lib,test}/**/*.?s'"
  },
  "keywords": [
    "config"
  ],
  "author": "Remy Sharp",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/nconf": "^0.10.0",
    "@types/node": "^6.14.9",
    "@typescript-eslint/eslint-plugin": "^2.7.0",
    "@typescript-eslint/parser": "^2.7.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "prettier": "^1.19.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.11.0",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "lodash.merge": "^4.6.2",
    "nconf": "^0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/config.git"
  },
  "version": "3.1.1"
}
