{
	"name": "@purista/azure-secret-store",
	"version": "3.2.3",
	"description": "State store adapter for Azure Key Vault",
	"homepage": "https://purista.dev",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/puristajs/purista.git"
	},
	"author": "Sebastian Wessel",
	"license": "ISC",
	"type": "module",
	"main": "./dist/index.js",
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"files": [
		"dist/**/*"
	],
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=24.15.0"
	},
	"scripts": {
		"lint": "npx @biomejs/biome check --write",
		"test": "vitest",
		"build": "rimraf dist tsconfig.tsbuildinfo && tsc -p tsconfig.build.json",
		"env:up": "docker compose -f docker-compose.yml up -d",
		"env:down": "docker compose -f docker-compose.yml down"
	},
	"devDependencies": {
		"@types/node": "^26.1.1",
		"@types/sinon": "^22.0.0",
		"dotenv": "^17.4.2",
		"sinon": "^22.0.0",
		"testcontainers": "^12.0.4",
		"vitest": "^4.1.10"
	},
	"dependencies": {
		"@azure/identity": "^4.13.1",
		"@azure/keyvault-secrets": "^4.11.2",
		"@purista/core": "*"
	},
	"peerDependenciesMeta": {},
	"types": "./dist/index.d.ts"
}
