{
  "name": "camunda-8-credentials-from-env",
  "version": "1.2.2",
  "description": "Reliably hydrate Camunda 8 Client credentials from the environment",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc --project tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camunda-community-hub/camunda-8-credentials-from-env.git"
  },
  "keywords": [],
  "author": "josh.wulf@camunda.com",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/camunda-community-hub/camunda-8-credentials-from-env/issues"
  },
  "homepage": "https://github.com/camunda-community-hub/camunda-8-credentials-from-env#readme",
  "devDependencies": {
    "@types/jest": "^29.2.2",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "neon-env": "^0.1.1"
  }
}
