-
Notifications
You must be signed in to change notification settings - Fork 2
/
pxt.json
38 lines (38 loc) · 1.23 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
{
"name": "Crypto-Clicker",
"version": "1.0.0",
"description": "",
"dependencies": {
"device": "*",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.1.0",
"arcade-text": "github:pelikhan/arcade-image-text#v0.0.4",
"block-menu": "github:riknoll/arcade-custom-menu#v0.0.1",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"Notifications": "github:unsignedarduino/notifications#2a1dfa1a8c4ecf02cfb8b53521f82371a222e3e5",
"arcade-block-objects": "github:microsoft/arcade-block-objects#f486ac1d4dcc096b9297174f97f8cdef1576c7ff",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.1"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.3.44",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}