pxt-jacdac/real-time-clock/pxt.g.json

24 строки
512 B
JSON

{
"name": "jacdac-realtimeclock",
"version": "0.0.0",
"description": "Real time clock to support collecting data with precise time stamps.",
"files": [
"constants.ts",
"client.g.ts"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}