-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
{
"name": "open-panda",
"version": "0.1.0",
"description": "Open Panda, a platform for the world's largest open datasets, stored on a decentralized network",
"author": {
"name": "Agency Undone",
"email": "hello@agencyundone.com"
},
"license": "Apache-2.0",
"scripts": {
"dev-fe": "npm run dev -w fe",
"dev-be": "npm run dev -w be"
},
"repository": {
"type": "git",
"url": "git@github.com:data-preservation-programs/openpanda.git"
},
"engines": {
"node": ">=22.14"
},
"keywords": [],
"bugs": {
"url": "https://github.com/data-preservation-programs/openpanda/issues"
},
"homepage": "https://github.com/data-preservation-programs/openpanda#readme",
"workspaces": [
"packages/fe",
"packages/be"
],
"overrides": {
"vue": "~2.7",
"vue-server-renderer": "~2.7"
}
}