keepassxc-browser/package.json
Sami Vänttinen ec17a88678
Update to 1.9.5 (#2392)
* Update to 1.9.5

* CHANGELOG
2024-11-27 06:40:15 +02:00

30 lines
777 B
JSON

{
"name": "keepassxc-browser",
"version": "1.9.5",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.10",
"eslint": "^8.49.0"
},
"dependencies": {
"@npmcli/fs": "^2.1.0"
},
"scripts": {
"build": "node build.js",
"lint": "npx eslint keepassxc-browser/**/*.js",
"tests": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keepassxreboot/keepassxc-browser.git"
},
"author": "KeePassXC Team",
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
},
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
}