pxt-jacdac/tcp/pxt.json

19 строки
367 B
JSON

{
"name": "jacdac-tcp",
"version": "0.4.83",
"description": "MakeCode support for Jacdac TCP service",
"files": [
"constants.ts",
"client.ts"
],
"supportedTargets": [
"arcade",
"maker"
],
"dependencies": {
"core": "*",
"net": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}