aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2da37157..c714ecd0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,22 @@
1{ 1{
2 "//": [
3 "SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>",
4 "",
5 "SPDX-License-Identifier: EPL-2.0"
6 ],
2 "name": "@refinery/root", 7 "name": "@refinery/root",
3 "version": "0.0.0", 8 "version": "0.0.0",
4 "private": true, 9 "private": true,
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/graphs4value/refinery.git"
13 },
14 "author": "The Refinery Authors <https://refinery.tools/>",
15 "license": "EPL-2.0",
16 "bugs": {
17 "url": "https://github.com/graphs4value/refinery/issues"
18 },
19 "homepage": "https://refinery.tools",
5 "workspaces": [ 20 "workspaces": [
6 "subprojects/frontend" 21 "subprojects/frontend"
7 ], 22 ],