26 lines
490 B
JSON
26 lines
490 B
JSON
|
{
|
||
|
"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 <daniel.sommer@velvettear.de>",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.velvettear.de/velvettear/pbc.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@frogcat/ttl2jsonld": "^0.0.6",
|
||
|
"moment": "^2.29.1"
|
||
|
}
|
||
|
}
|