-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
36 lines (36 loc) · 963 Bytes
/
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
{
"name": "Monkey",
"description": "",
"dependencies": {
"device": "*",
"arcade-background-scroll": "github:microsoft/arcade-background-scroll/",
"simple-blocks": "github:microsoft/arcade-tutorial-extensions/simple-blocks/",
"pxt-tilemaps": "github:microsoft/pxt-tilemaps/"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts",
"pxt.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.12.53",
"tag": "v1.12.53",
"commits": "https://github.com/microsoft/pxt-arcade/commits/68ac01b09ebda8b6baba806d4b60e80553848600",
"target": "1.12.57",
"pxt": "8.5.63",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}