keepassxc-browser/package.json

30 lines
730 B
JSON
Raw Normal View History

2019-03-26 18:08:50 +00:00
{
"name": "KeePassXC-Browser",
2023-07-06 05:21:00 +00:00
"version": "1.8.7",
2019-03-26 18:08:50 +00:00
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.22.0",
2023-01-03 08:28:59 +00:00
"eslint": "^8.31.0"
2019-03-26 18:08:50 +00:00
},
2020-10-24 10:39:33 +00:00
"dependencies": {
"@npmcli/fs": "^2.1.0",
"file-url": "^4.0.0",
"zip-a-folder": "^1.1.3"
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",
"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",
"bugs": {
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
},
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
}