about summary refs log tree commit diff stats
path: root/package.json
blob: 234dd5e13d69103a929c733a31283b800a96ba97 (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
46
47
48
{
  "name": "libredirect",
  "type": "module",
  "description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.",
  "engines": {
    "node": ">=16.13.1",
    "npm": ">=8.1.2"
  },
  "scripts": {
    "start": "web-ext run",
    "nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
    "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix",
    "build": "web-ext build",
    "test": "web-ext lint",
    "html": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/libredirect/libredirect.git"
  },
  "author": "LibRedirect",
  "license": "GPL-3.0-only",
  "bugs": {
    "url": "https://github.com/libredirect/libredirect/issues"
  },
  "homepage": "https://libredirect.github.io",
  "devDependencies": {
    "prettier": "3.3.3",
    "pug-cli": "^1.0.0-alpha6",
    "web-ext": "^7.2.0",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "rollup": "^3.15.0",
    "rollup-plugin-css-only": "^4.3.0",
    "rollup-plugin-svelte": "^7.1.2",
    "svelte": "^3.55.0"
  },
  "webExt": {
    "sourceDir": "./src/",
    "run": {
      "browserConsole": true
    },
    "build": {
      "overwriteDest": true
    }
  }
}