summaryrefslogtreecommitdiffhomepage
path: root/desktop/package.json
blob: 6fdb56cbed98fbf7b1e2099af05a3c284fd9d9b1 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "desktop",
  "version": "0.0.0",
  "private": true,
  "workspaces": [
    "packages/*"
  ],
  "author": {
    "name": "Mullvad VPN",
    "email": "support@mullvadvpn.net"
  },
  "repository": "https://github.com/mullvad/mullvadvpn-app",
  "license": "GPL-3.0-or-later",
  "scripts": {
    "lint": "eslint --ignore-pattern packages/ . && npm run lint --workspaces --if-present",
    "lint-fix": "eslint --fix --ignore-pattern packages/ . && npm run lint-fix --workspaces --if-present",
    "test": "npm run test --workspaces --if-present"
  },
  "devDependencies": {
    "@babel/core": "7.26.10",
    "@babel/helpers": "7.26.10",
    "@babel/runtime": "7.26.10",
    "@eslint/js": "^9.10.0",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.19.2",
    "eslint": "^9.31.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "prettier": "^3.3.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.15.0"
  },
  "engines": {
    "node": ">=16",
    "npm": ">=8.3"
  },
  "volta": {
    "node": "22.22.1",
    "npm": "11.12.1"
  },
  "overrides": {
    "grpc_tools_node_protoc_ts": {
      "handlebars": "^4.7.9"
    }
  }
}