@hazae41/kdbx
Version:
Rust-like KeePass (KDBX 4) file format for TypeScript
71 lines (70 loc) • 1.71 kB
JSON
{
"type": "module",
"name": "@hazae41/kdbx",
"version": "0.1.5",
"description": "Rust-like KeePass (KDBX 4) file format for TypeScript",
"homepage": "https://github.com/hazae41/kdbx",
"repository": "github:hazae41/kdbx",
"author": "hazae41",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"./dist/esm",
"./dist/cjs",
"./dist/types"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "node ./dist/test/index.test.mjs"
},
"devDependencies": {
"@hazae41/argon2.wasm": "^1.0.6",
"@hazae41/chacha20poly1305.wasm": "^1.0.8",
"@hazae41/phobos": "^1.0.10",
"@hazae41/rimraf": "^1.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^24.0.13",
"jsdom": "^27.0.0-beta.2",
"rollup": "^4.45.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-node-externals": "^8.0.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"keywords": [
"kdbx",
"result",
"rust",
"data",
"error",
"catching",
"ok",
"err",
"unwrap",
"wrap",
"typescript",
"esmodules",
"tested",
"unit-tested"
],
"dependencies": {
"@hazae41/argon2": "^1.0.22",
"@hazae41/base16": "^2.0.1",
"@hazae41/base64": "^2.0.1",
"@hazae41/binary": "^1.3.8",
"@hazae41/chacha20poly1305": "^1.0.20",
"@hazae41/cursor": "^2.0.5",
"@hazae41/lengthed": "^1.0.1"
}
}