{ "name": "pbc", "version": "0.0.1", "description": "pedal board control", "main": "pbc.js", "scripts": { "start": "node pbc.js" }, "keywords": [ "scripts", "commands", "remote", "api" ], "author": "Daniel Sommer ", "license": "MIT", "repository": { "type": "git", "url": "https://git.velvettear.de/velvettear/pbc.git" }, "dependencies": { "@frogcat/ttl2jsonld": "^0.0.6", "moment": "^2.29.1" } }