forked from SolidOS/solidos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1011 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 1011 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
{
"name": "solidos",
"private": true,
"scripts": {
"start": "scripts/start",
"watch": "scripts/watch",
"add": "scripts/add",
"addPanes": "npm run add chat && npm run add contacts && npm run add folder && npm run add issue && npm run add meeting && npm run add registry && npm run add source",
"delete": "scripts/delete",
"deletePanes": "npm run delete chat-pane && npm run delete contacts-pane && npm run delete folder-pane && npm run delete issue-pane && npm run delete meeting-pane && npm run delete pane-registry && npm run delete source-pane",
"install-nvm": "/bin/bash scripts/prepare",
"reset": "scripts/reset",
"setup": "scripts/install && scripts/reset",
"release": "/bin/bash scripts/release",
"bootstrap": "lerna bootstrap --force-local --scope ",
"switchToBranch": "scripts/delete && scripts/switch-branch"
},
"devDependencies": {
"concurrently": "5.3.0",
"lerna": "3.22.1"
},
"dependencies": {
"source-pane": "^2.2.11"
}
}