keepassxc-browser/package.json
Sami Vänttinen 14f2c9ae19
Add cookies permission to all manifests (#2134)
Add cookies permission to all manifests
2024-03-07 17:34:49 +02:00

31 lines
803 B
JSON

{
"name": "keepassxc-browser",
"version": "1.9.0.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.22.0",
"eslint": "^8.49.0"
},
"dependencies": {
"@npmcli/fs": "^2.1.0",
"file-url": "^4.0.0",
"zip-a-folder": "^1.1.3"
},
"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"
}