aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 5780b5b22f16e9d9c27bbdd1691f498dd53ee011 (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
{
  "name": "sponsorblock",
  "version": "1.0.0",
  "description": "",
  "main": "background.js",
  "dependencies": {},
  "devDependencies": {
    "web-ext": "^4.0.0",
    "@types/chrome": "0.0.91",
    "@types/firefox-webext-browser": "70.0.1",
    "@types/jest": "^24.0.23",
    "@types/jquery": "^3.3.31",
    "copy-webpack-plugin": "^5.0.5",
    "jest": "^24.9.0",
    "ts-jest": "^24.2.0",
    "rimraf": "^3.0.0",
    "ts-loader": "^6.2.1",
    "typescript": "~3.7.3",
    "webpack": "~4.41.2",
    "webpack-cli": "~3.3.10",
    "webpack-merge": "~4.2.2"
  },
  "scripts": {
    "dev": "cd dist && web-ext run --start-url https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm",
    "watch": "webpack --config webpack/webpack.dev.js --watch",
    "build": "webpack --config webpack/webpack.prod.js",
    "clean": "rimraf dist",
    "test": "npx jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajayyy/SponsorBlock.git"
  },
  "author": "Ajay Ramachandran",
  "license": "GPL-3.0-only",
  "private": true
}