pxt-jacdac/traffic-light/pxt.g.json

24 строки
500 B
JSON

{
"name": "jacdac-trafficlight",
"version": "0.0.0",
"description": "Controls a mini traffic with a red, orange and green LED.",
"files": [
"constants.ts",
"client.g.ts"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}