{
  "name": "@app-config/encryption",
  "description": "Secret value encryption for @app-config",
  "version": "2.9.0-beta.3",
  "license": "MPL-2.0",
  "author": {
    "name": "Launchcode",
    "email": "admin@lc.dev",
    "url": "https://lc.dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/launchcodedev/app-config.git"
  },
  "main": "dist/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "!**/*.tsbuildinfo",
    "!**/*.test.*"
  ],
  "scripts": {
    "build": "tsc -b",
    "build:es": "tsc -b tsconfig.es.json",
    "clean": "rm -rf dist *.tsbuildinfo",
    "lint": "eslint src",
    "fix": "eslint --fix src",
    "test": "jest",
    "prepublishOnly": "yarn clean && yarn build && yarn build:es"
  },
  "dependencies": {
    "@app-config/core": "^2.9.0-beta.3",
    "@app-config/extension-utils": "^2.9.0-beta.3",
    "@app-config/logging": "^2.9.0-beta.3",
    "@app-config/meta": "^2.9.0-beta.3",
    "@app-config/node": "^2.9.0-beta.3",
    "@app-config/settings": "^2.9.0-beta.3",
    "@app-config/utils": "^2.9.0-beta.3",
    "@lcdev/ws-rpc": "0.4",
    "@types/openpgp": "4",
    "common-tags": "1",
    "fs-extra": "7",
    "openpgp": "^4.3.0",
    "selfsigned": "2",
    "text-encoding-utf-8": "1",
    "ws": "^7.4.6"
  },
  "devDependencies": {
    "@app-config/test-utils": "^2.9.0-beta.3",
    "get-port": "5"
  },
  "prettier": "@lcdev/prettier",
  "jest": {
    "preset": "@lcdev/jest",
    "setupFilesAfterEnv": [
      "<rootDir>/test-setup.js"
    ]
  }
}
