keepassxc-browser/package.json

31 lines
773 B
JSON
Raw Normal View History

2019-03-26 18:08:50 +00:00
{
2023-09-16 07:57:42 +00:00
"name": "keepassxc-browser",
2024-07-06 05:16:55 +00:00
"version": "1.9.1.1",
2019-03-26 18:08:50 +00:00
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"@playwright/test": "^1.22.0",
2023-09-16 07:57:42 +00:00
"eslint": "^8.49.0"
2019-03-26 18:08:50 +00:00
},
2020-10-24 10:39:33 +00:00
"dependencies": {
"@npmcli/fs": "^2.1.0",
2024-07-07 07:12:29 +00:00
"file-url": "^4.0.0"
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",
2023-11-18 15:44:28 +00:00
"lint": "npx eslint keepassxc-browser/**/*.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",
2023-09-16 07:57:42 +00:00
"private": true,
2019-03-26 18:08:50 +00:00
"bugs": {
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
},
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
}