feat: add native KDBX scaffolding and in-memory KeePass API

This commit is contained in:
2026-05-10 01:17:53 +02:00
parent 210f7b414b
commit 15332896fe
25 changed files with 437 additions and 713 deletions
+1 -20
View File
@@ -1,20 +1 @@
{
"name": "ts-pykeepass-wrapper",
"packageManager": "bun@1.0.0",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"example": "bun run src/example.ts",
"validate": "bun run test",
"test": "bun test",
"test:unit": "bun test",
"test:integration": "bun run src/test-integration.ts",
"setup:python": "test -x .venv/bin/python3 || python3 -m venv .venv && .venv/bin/pip install pykeepass"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.5.0",
"bun-types": "^1.1.0"
}
}
{"name": "ts-pykeepass-wrapper", "packageManager": "bun@1.0.0", "version": "0.1.0", "private": true, "type": "module", "scripts": {"example": "bun run src/example.ts", "validate": "bun run test", "test": "bun test", "test:unit": "bun test", "test:integration": "bun run src/test-integration.ts"}, "dependencies": {}, "devDependencies": {"typescript": "^5.5.0", "bun-types": "^1.1.0"}}