forked from hydra-synth/hydra
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 702 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 702 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
{
"name": "hydra",
"version": "1.3.8",
"description": "",
"main": "server.js",
"scripts": {
"serve": "yarn --cwd backend start",
"build:editor": "yarn --cwd frontend/web-editor build",
"watch:editor": "yarn --cwd frontend/web-editor watch",
"build:api": "yarn --cwd frontend/hydra-functions build",
"dev": "yarn watch:editor & yarn serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Olivia Jack",
"license": "AGPL",
"private": true,
"workspaces": [
"frontend/*",
"backend",
"packages/*"
],
"dependencies": {
"events": "^3.3.0",
"hydra-synth": "^1.3.17",
"nanobus": "^4.5.0"
},
"devDependencies": {}
}