2019-03-26 18:08:50 +00:00
|
|
|
{
|
2023-09-16 07:57:42 +00:00
|
|
|
"name": "keepassxc-browser",
|
2024-07-06 05:16:55 +00:00
|
|
|
"version": "1.9.1.1",
|
2019-03-26 18:08:50 +00:00
|
|
|
"description": "KeePassXC-Browser",
|
|
|
|
|
"main": "build.js",
|
|
|
|
|
"devDependencies": {
|
2022-06-24 06:56:52 +00:00
|
|
|
"@playwright/test": "^1.22.0",
|
2023-09-16 07:57:42 +00:00
|
|
|
"eslint": "^8.49.0"
|
2019-03-26 18:08:50 +00:00
|
|
|
},
|
2020-10-24 10:39:33 +00:00
|
|
|
"dependencies": {
|
2022-04-17 05:07:16 +00:00
|
|
|
"@npmcli/fs": "^2.1.0",
|
2024-07-07 07:12:29 +00:00
|
|
|
"file-url": "^4.0.0"
|
2020-10-24 10:39:33 +00:00
|
|
|
},
|
2019-03-26 18:08:50 +00:00
|
|
|
"scripts": {
|
2020-10-24 10:39:33 +00:00
|
|
|
"build": "node build.js",
|
2023-11-18 15:44:28 +00:00
|
|
|
"lint": "npx eslint keepassxc-browser/**/*.js",
|
2022-03-18 14:52:02 +00:00
|
|
|
"tests": "npx playwright test"
|
2019-03-26 18:08:50 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/keepassxreboot/keepassxc-browser.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "KeePassXC Team",
|
|
|
|
|
"license": "GPL-3.0",
|
2023-09-16 07:57:42 +00:00
|
|
|
"private": true,
|
2019-03-26 18:08:50 +00:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
|
|
|
|
|
}
|