-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
39 lines (39 loc) · 1.21 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
{
"name": "Arcade Test",
"version": "4.0.0",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"multiplayer": "*",
"sevenseg": "*",
"pxt-button-combos": "github:jwunderl/pxt-button-combos#v0.0.24",
"mouse": "*",
"Color Fading": "github:jwunderl/pxt-color#v0.2.3",
"pxt-tick-event": "github:microsoft/pxt-tick-event#v0.2.0",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-background-scroll": "github:microsoft/arcade-background-scroll#v0.1.2",
"radio-broadcast": "*",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.2.1",
"Makey Makey Keymappings": "github:joylabz/makeymakey-makecode-arcade-extension#1.0.3",
"Turtle Logo": "github:mr-coxall/turtle-logo#v1.0.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.56",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}