Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1453edb2df0e2e0ae139b8ec02719c14e7e2904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "KeePassXC-Browser",
  "version": "1.8.3.1",
  "description": "KeePassXC-Browser",
  "main": "build.js",
  "devDependencies": {
    "@playwright/test": "^1.22.0",
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.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"
}