keepassxc-browser/package.json

34 lines
1,001 B
JSON
Raw Permalink Normal View History

2019-03-26 18:08:50 +00:00
{
2023-09-16 07:57:42 +00:00
"name": "keepassxc-browser",
2026-03-08 08:03:31 +00:00
"version": "1.10.0.1",
2019-03-26 18:08:50 +00:00
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.56.1",
2024-07-14 12:02:11 +00:00
"@types/node": "^20.14.10",
"eslint": "^9.39.1"
2019-03-26 18:08:50 +00:00
},
2020-10-24 10:39:33 +00:00
"dependencies": {
2024-07-14 12:02:11 +00:00
"@npmcli/fs": "^2.1.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",
"debug:chromium": "cp dist/manifest_chromium.json keepassxc-browser/manifest.json",
"debug:firefox": "cp dist/manifest_firefox.json keepassxc-browser/manifest.json",
"lint": "npx eslint --no-warn-ignored keepassxc-browser/**/*.js",
"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"
}