pxt-jacdac/weight-scale/pxt.json

25 строки
528 B
JSON

{
"name": "jacdac-weight-scale",
"version": "1.9.28",
"description": "A weight measuring sensor.",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-weight-scale-strings.json"
],
"testFiles": [],
"supportedTargets": [
"arcade",
"microbit",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}