keepassxc-browser/package.json
2022-03-18 16:52:02 +02:00

31 lines
811 B
JSON

{
"name": "KeePassXC-Browser",
"version": "1.8.0",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.20.0",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.24.2"
},
"dependencies": {
"file-url": "^3.0.0",
"fs-extra": "^8.1.0",
"zip-a-folder": "0.0.12"
},
"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"
}