-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
40 lines (40 loc) · 1.18 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
{
"name": "ArcadeOS Mkde-FULL",
"version": "1.5.0",
"description": "",
"dependencies": {
"device": "*",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.2",
"arcade-story": "github:microsoft/arcade-storytelling#v1.0.3",
"arcade-background-scroll": "github:microsoft/arcade-background-scroll#v0.1.2",
"Color Fading": "github:jwunderl/pxt-color#v0.2.3",
"sevenseg": "*",
"pxt-circuit-playground-character-icons": "github:adafruit/circuit-playground-character-icons#v0.0.8"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.12.58",
"tag": "v1.12.58",
"commits": "https://github.com/microsoft/pxt-arcade/commits/584edd3155f56d4d2465bddaa067b5e48a37c430",
"target": "1.12.58",
"pxt": "8.5.69",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}