{
  "name": "@relaycorp/keystore-vault",
  "version": "2.0.27",
  "description": "Vault-based Private Key Store extension for server-side, Node.js-based applications implementing Relaynet",
  "main": "build/main/index.js",
  "typings": "build/main/index.d.ts",
  "module": "build/module/index.js",
  "scripts": {
    "build": "run-s clean && run-p build:*",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:tslint": "tslint --fix --project .",
    "test": "run-s static-checks test:unit",
    "test:unit": "jest --coverage",
    "test:unit:changed": "run-s \"test:unit -- -o\"",
    "static-checks": "run-p static-checks:*",
    "static-checks:lint": "tslint --project .",
    "static-checks:prettier": "prettier \"src/**/*.ts\" --list-different",
    "test:ci:unit": "run-s build test:ci:unit:jest",
    "test:ci:unit:jest": "jest --config jest.config.ci.js --coverage",
    "test:integration": "exit 0",
    "cov": "run-s build test:unit && opn coverage/lcov-report/index.html",
    "doc": "typedoc src/index.ts --out build/docs",
    "clean": "trash build test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/relaycorp/keystore-vault-js.git"
  },
  "keywords": [
    "relaynet",
    "vault"
  ],
  "author": {
    "email": "no-reply@relaycorp.tech",
    "name": "Relaycorp, Inc.",
    "url": "https://relaycorp.tech/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/relaycorp/keystore-vault-js/issues"
  },
  "engines": {
    "node": ">=12"
  },
  "homepage": "https://docs.relaycorp.tech/keystore-vault-js/",
  "prettier": "@relaycorp/shared-config/.prettierrc.json",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@relaycorp/shared-config": "^1.7.0",
    "@types/jest": "^27.5.0",
    "@types/verror": "^1.10.5",
    "buffer-to-arraybuffer": "0.0.6",
    "jest": "^27.5.1",
    "jest-extended": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.6.2",
    "trash-cli": "^5.0.0",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.8.1",
    "tslint": "^6.1.3",
    "typedoc": "^0.22.17",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "@relaycorp/relaynet-core": "^1.78.6",
    "axios": "^0.27.2"
  },
  "peerDependencies": {
    "@relaycorp/relaynet-core": ">= 1.27.0 < 2"
  }
}
