about summary refs log tree commit diff stats
path: root/package.json
blob: 2f8f9abf9e5665473eb9657ec9731acc746000fd (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
{
  "name": "libredirect",
  "description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.",
  "engines": {
    "node": ">=16.13.1",
    "npm": ">=8.1.2"
  },
  "scripts": {
    "start": "web-ext run --browser-console --source-dir ./src/",
    "build": "web-ext build --overwrite-dest --source-dir ./src/",
    "test": "web-ext lint --source-dir ./src/ || true"
  },
  "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://github.com/LibRedirect/LibRedirect",
  "devDependencies": {
    "web-ext": "^6.7.0"
  },
  "dependencies": {
    "buffer": "^6.0.3"
  }
}