-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
{
"name": "keepass-print",
"version": "1.0.5",
"description": "Print password list from a keepass database for long-term backup",
"author": "Alexander Wunschik <dev@wunschik.net>",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/mojoaxel/keepass-print#readme",
"bugs": {
"url": "https://github.com/mojoaxel/keepass-print/issues"
},
"keywords": [
"keepass",
"password",
"print",
"pdf-export"
],
"bin": "./bin/keepass-print.js",
"main": "./index.js",
"scripts": {
"start": "node ./bin/keepass-print.js",
"dev": "nodemon -e js,ejs ./bin/keepass-print.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mojoaxel/keepass-print.git"
},
"dependencies": {
"commander": "^11.1.0",
"ejs": "^3.1.9",
"kdbxweb": "^2.1.1",
"prettier": "^3.2.2",
"prompts": "^2.4.2",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@fullstax/prettier-config": "^1.0.2",
"nodemon": "^3.0.2"
},
"prettier": "@fullstax/prettier-config"
}