pxt-jacdac/compass/pxt.json

23 строки
452 B
JSON

{
"name": "jacdac-compass",
"version": "0.4.46",
"description": "A sensor that measures the heading.",
"files": [
"constants.ts",
"client.g.ts"
],
"testFiles": [],
"supportedTargets": [
"arcade",
"microbit",
"maker"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}