{ "name": "keepassxc-browser", "version": "1.10.0.1", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": { "@eslint/js": "^9.39.1", "@playwright/test": "^1.56.1", "@types/node": "^20.14.10", "eslint": "^9.39.1" }, "dependencies": { "@npmcli/fs": "^2.1.0" }, "scripts": { "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" }, "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" }