pxt-jacdac/button-server/pxt.json

29 строки
652 B
JSON

{
"name": "jacdac-button-host",
"version": "0.4.45",
"description": "MakeCode support for Jacdac Button server",
"dependencies": {
"core": "*",
"buttons": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"jacdac-button": "github:microsoft/pxt-jacdac/button"
},
"files": [
"server.ts"
],
"testFiles": [
"test.ts"
],
"testDependencies": {
"adafruit-circuit-playground-bluefruit": "*"
},
"targetVersions": {
"target": "0.14.12",
"targetId": "maker"
},
"supportedTargets": [
"maker"
],
"preferredEditor": "tsprj"
}