-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "vaultwarden2keepass",
"version": "1.2.0",
"type": "module",
"scripts": {
"start": "tsx ./src/index.ts",
"start:env": "tsx --env-file=.env ./src/index.ts",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@types/node": "^22.10.1",
"@types/phc__format": "^1.0.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.0.0",
"prettier": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vitest": "^2.0.4"
},
"dependencies": {
"@bitwarden/cli": "^2024.11.1",
"@phc/format": "^1.0.0",
"argon2": "^0.41.1",
"kdbxweb": "^2.1.1"
}
}