-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
pxt.json
File metadata and controls
40 lines (40 loc) · 1015 Bytes
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
33
34
35
36
37
38
39
40
{
"name": "ir",
"version": "0.0.4",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"_locales/zh-cn/ir-strings.json",
"_locales/zh-tw/ir-strings.json",
"_locales/pt/ir-strings.json",
"_locales/fr/ir-strings.json",
"_locales/es/ir-strings.json",
"_locales/nb/ir-strings.json",
"_locales/ru/ir-strings.json",
"_locales/ja/ir-strings.json",
"_locales/cs/ir-strings.json",
"_locales/ko/ir-strings.json",
"_locales/nb/ir-strings.json",
"_locales/pl/ir-strings.json",
"_locales/sv/ir-strings.json",
"_locales/nl/ir-strings.json",
"ir.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.0.51",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}