aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: bdac68a652d1a4654bfe59b422fb2886c77273f3 (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
{
  "//": [
    "SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>",
    "",
    "SPDX-License-Identifier: EPL-2.0"
  ],
  "name": "@refinery/root",
  "version": "0.0.0",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphs4value/refinery.git"
  },
  "author": "The Refinery Authors <https://refinery.tools/>",
  "license": "EPL-2.0",
  "bugs": {
    "url": "https://github.com/graphs4value/refinery/issues"
  },
  "homepage": "https://refinery.tools",
  "workspaces": [
    "subprojects/frontend"
  ],
  "scripts": {
    "frontend": "yarn workspace @refinery/frontend"
  },
  "packageManager": "yarn@4.0.0-rc.48",
  "devDependencies": {
    "eslint": "^8.47.0",
    "typescript": "5.1.6"
  },
  "resolutions": {
    "d3-zoom@npm:^3.0.0": "git@github.com:d3/d3-zoom.git#commit=3afbe2ae2dfb3129231c5567db56dafb2d6a56a6"
  }
}