Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "kdbx-lib",
|
||||
"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": "python3 -m pip install pykeepass"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.5.0",
|
||||
"bun-types": "^1.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user