-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpxt.json
More file actions
52 lines (52 loc) · 1.17 KB
/
Copy pathpxt.json
File metadata and controls
52 lines (52 loc) · 1.17 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
49
50
51
52
{
"name": "microcode",
"version": "2.5.48",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"settings": "*",
"ui-controls": "github:microbit-apps/ui-controls#v0.0.7"
},
"files": [
"loc.g.ts",
"config.ts",
"main.ts",
"README.md",
"icon-table.g.ts",
"assets.ts",
"field-editor-model.ts",
"language.ts",
"tiles.ts",
"app.ts",
"apphost.ts",
"styles.ts",
"storage.ts",
"control-grid.ts",
"screens/home.ts",
"screens/gallery.ts",
"screens/settings.ts",
"screens/editor.ts",
"version.ts",
"jacs.ts",
"options.ts",
"samples.ts",
"utils.ts",
"protocol.ts",
"tooltips.ts",
"host.ts",
"interpreter.ts",
"sensors.ts",
"exprparser.ts"
],
"testFiles": [],
"targetVersions": {
"target": "7.1.13",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}