summaryrefslogtreecommitdiffstats
path: root/platform/dig/package.json
blob: d15b78c81773374eb8dbc406b814c7f0d8c50e0d (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
{
  "name": "@gorhill/ubo-dig",
  "version": "0.1.0",
  "description": "To investigate code changes (not for publication)",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "build": "node build.js",
    "snfe": "node snfe.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gorhill/uBlock.git"
  },
  "author": "Raymond Hill",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/gorhill/uBlock/issues"
  },
  "homepage": "https://github.com/gorhill/uBlock#readme",
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.14.4"
  },
  "devDependencies": {
    "scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab"
  }
}