24 строки
466 B
JSON
24 строки
466 B
JSON
{
|
|
"name": "jacdac-soilmoisture",
|
|
"version": "0.0.0",
|
|
"description": "A soil moisture sensor.",
|
|
"files": [
|
|
"constants.ts",
|
|
"client.g.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"supportedTargets": [
|
|
"arcade",
|
|
"microbit",
|
|
"maker"
|
|
],
|
|
"dependencies": {
|
|
"core": "*",
|
|
"jacdac": "github:microsoft/pxt-jacdac"
|
|
},
|
|
"testDependencies": {
|
|
"nucleo-f411re": "*"
|
|
}
|
|
} |