keepassxc-browser/package.json
2023-04-02 14:23:50 +03:00

29 lines
730 B
JSON

{
"name": "KeePassXC-Browser",
"version": "1.8.6",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.22.0",
"eslint": "^8.31.0"
},
"dependencies": {
"@npmcli/fs": "^2.1.0",
"file-url": "^4.0.0",
"zip-a-folder": "^1.1.3"
},
"scripts": {
"build": "node build.js",
"tests": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keepassxreboot/keepassxc-browser.git"
},
"author": "KeePassXC Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
},
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
}