-
Notifications
You must be signed in to change notification settings - Fork 18
/
pxt.json
65 lines (65 loc) · 1.49 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "microcode",
"version": "2.5.47",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"game---light": "*",
"device": "*",
"codal-jacdac-pxt": "github:microsoft/codal-jacdac/pxt#v2.2.3"
},
"files": [
"analytics.ts",
"config.ts",
"main.ts",
"keymap.ts",
"README.md",
"accessibility.ts",
"button.ts",
"component.ts",
"assets.ts",
"scene.ts",
"language.ts",
"tiles.ts",
"app.ts",
"sprite.ts",
"editor.ts",
"ruleeditor.ts",
"cursor.ts",
"home.ts",
"bounds.ts",
"picker.ts",
"affine.ts",
"math.ts",
"screen.ts",
"jacs_bytecode.ts",
"jacs_format.ts",
"jacs_stringify.ts",
"jacs_opwriter.ts",
"jacs_topwriter.ts",
"jacs_linker.ts",
"binlib.ts",
"version.ts",
"fieldeditors.ts",
"navigator.ts",
"cursorscene.ts",
"options.ts",
"samples.ts",
"docs.ts",
"gallery.ts",
"pointerevents.ts",
"tooltips.ts",
"utils.ts",
"microbit-robot/protocol/protocol.ts"
],
"testFiles": [],
"targetVersions": {
"target": "1.10.10",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"disableTargetTemplateFiles": true,
"binaryonly": true
}