forked from cryptobuks/kubelt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 847 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
{
"name": "@proofzero/rollupid",
"version": "0.1.0",
"private": true,
"useWorkspaces": true,
"workspaces": [
"packages",
"platform",
"services",
"projects",
"apps",
"smartcontracts"
],
"scripts": {
"gql": "yarn workspaces foreach -p -v -i run gql",
"dev:gql": "run-p 'gql:* -- --watch'",
"start": "echo \"Run yarn dev in the platform folder, and run yarn start in apps folder.\"",
"dev": "echo \"Run yarn dev in the platform folder, and run yarn start in apps folder.\"",
"build": "yarn workspaces foreach -p -v -i run build",
"test": "yarn workspaces foreach -p -v -i run test"
},
"devDependencies": {
"auto": "10.37.6",
"npm-run-all": "4.1.5"
},
"packageManager": "yarn@3.2.4",
"dependencies": {
"@dnd-kit/core": "6.0.6",
"@dnd-kit/sortable": "7.0.1"
}
}