forked from microsoft/microcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
50 lines (50 loc) · 1.11 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
{
"name": "microcode",
"version": "1.0.8",
"description": "Coding microcontrollers using Arcade",
"dependencies": {
"game---light": "*",
"device": "*",
"codal-jacdac-pxt": "github:microsoft/codal-jacdac/pxt#v0.0.4"
},
"files": [
"main.ts",
"README.md",
"button.ts",
"component.ts",
"assets.ts",
"scene.ts",
"language.ts",
"tiles.ts",
"app.ts",
"sprite.ts",
"editor.ts",
"cursor.ts",
"home.ts",
"quadtree.ts",
"bounds.ts",
"picker.ts",
"affine.ts",
"math.ts",
"screen.ts",
"animation.ts",
"curves.ts",
"iconeditor.ts",
"jacs_format.ts",
"jacs_stringify.ts",
"jacs_opwriter.ts",
"jacs_topwriter.ts",
"version.ts"
],
"testFiles": [],
"targetVersions": {
"target": "1.10.10",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"disableTargetTemplateFiles": true,
"binaryonly": true
}