diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-05 18:57:07 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-05 18:57:07 +0200 |
| commit | 0e0c63f658fe5e0d0249bcbfba87fdb5e0484208 (patch) | |
| tree | 1684dae526382ca4fcea18a2cd2929f184bde925 /package.json | |
| parent | c0f04ce84a66955f6363c5a7fe565359079c6457 (diff) | |
local proxy, json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index d08097b..5541dcb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "./client/index.js", "scripts": { "watch": "npx webpack", - "deploy": "rsync -avx . jules@lmno:asdf/triangle --exclude=\".*\" --exclude=\"node_modules\"" + "deploy": "rsync -avx . jules@lmno:asdf/triangle --exclude=\".*\" --exclude=\"node_modules\"", + "ssl-proxy": "local-ssl-proxy --config ./local-proxy.json" }, "author": "", "license": "UNLICENSED", @@ -18,6 +19,8 @@ }, "dependencies": { "compute-gcd": "^1.2.1", - "tone": "^0.10.0" + "local-ssl-proxy": "^2.0.5", + "tone": "^0.10.0", + "webmidi": "^3.1.12" } } |
