-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpxt.json
More file actions
48 lines (48 loc) · 1.08 KB
/
pxt.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
41
42
43
44
45
46
47
48
{
"name": "microcode",
"version": "2.5.47",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"datalogger": "*",
"settings": "*",
"microgui": "github:microbit-apps/microgui#v0.0.41"
},
"files": [
"config.ts",
"main.ts",
"README.md",
"assets.ts",
"language.ts",
"tiles.ts",
"app.ts",
"editor.ts",
"ruleeditor.ts",
"home.ts",
"version.ts",
"jacs.ts",
"fieldeditors.ts",
"options.ts",
"samples.ts",
"gallery.ts",
"utils.ts",
"protocol.ts",
"navigator.ts",
"tooltips.ts",
"host.ts",
"interpreter.ts",
"sensors.ts",
"mcparser.ts",
"exprparser.ts",
"settings.ts"
],
"testFiles": [],
"targetVersions": {
"target": "7.1.13",
"targetId": "microbit"
},
"supportedTargets": ["microbit"],
"preferredEditor": "tsprj"
}