-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
32 lines (32 loc) · 862 Bytes
/
pxt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "matrixLidarDistance",
"version": "0.0.1",
"description": "",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"matrixLidarDistance.ts",
"_locales/en/matrixLidarDistance-strings.json",
"_locales/en/matrixLidarDistance-jsdoc-strings.json",
"_locales/zh-CN/matrixLidarDistance-strings.json",
"_locales/zh-CN/matrixLidarDistance-jsdoc-strings.json",
"_locales/zh-TW/matrixLidarDistance-strings.json",
"_locales/zh-TW/matrixLidarDistance-jsdoc-strings.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.0.51",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}