about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/browsers/vieb/package.json
blob: 0e518f5ef4afaf3867b484919d230f923630ad44 (plain) (blame)
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
{
  "name": "vieb",
  "productName": "Vieb",
  "version": "7.1.2",
  "description": "Vim Inspired Electron Browser",
  "main": "app/index.js",
  "scripts": {
    "build": "node build.js",
    "buildall": "node build.js --linux --win --mac",
    "buildlinux": "node build.js --linux",
    "buildmac": "node build.js --mac",
    "buildwin": "node build.js --win",
    "dev": "electron app --datafolder=./ViebData/",
    "fix": "eslint --fix app .eslintrc.js build.js",
    "lint": "eslint app .eslintrc.js build.js",
    "start": "electron app",
    "test": "TZ=UTC jest --testEnvironment jsdom --coverage --collectCoverageFrom 'app/**/*.js' -u && npm run lint && echo 'All good :)'"
  },
  "repository": "https://github.com/Jelmerro/Vieb",
  "homepage": "https://vieb.dev",
  "keywords": [
    "Vim",
    "Electron",
    "Browser",
    "Internet"
  ],
  "author": "Jelmer van Arnhem",
  "email": "Jelmerro@users.noreply.github.com",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "electron": "17.0.1",
    "electron-builder": "22.14.13",
    "eslint": "8.9.0",
    "eslint-plugin-sort-keys": "2.3.5",
    "jest": "27.5.1",
    "jest-environment-jsdom": "27.5.1"
  },
  "dependencies": {
    "7zip-bin": "5.1.1",
    "@cliqz/adblocker-electron": "1.23.6",
    "@cliqz/adblocker-electron-preload": "1.23.6",
    "is-svg": "4.3.2",
    "rimraf": "3.0.2"
  }
}